Milestone page ellipsizes bug summaries inconsistently and unnecessarily
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
Low
|
Curtis Hovey |
Bug Description
A milestone page ellipsizes long bug summaries, whereas a normal bug search does not.
For example, in <https:/
The ellipsis is applied regardless of whether it is actually needed. For example, when I use a maximized browser window on my 1280*800 display, bug summaries are ellipsized at about 2/3 of the width of the table cell.
I suggest that bug summaries should be ellipsized:
* only if they are extremely long, e.g. longer than about 500 characters;
* in exactly the same way on both milestone pages and search results pages.
See also bug 262545, about using a tooltip to show the full summary.
Related branches
- Aaron Bentley (community): Approve
-
Diff: 219 lines (+48/-33)11 files modifiedlib/lp/registry/browser/configure.zcml (+1/-1)
lib/lp/registry/browser/distributionmirror.py (+1/-1)
lib/lp/registry/browser/person.py (+13/-4)
lib/lp/registry/browser/tests/distributionmirror-views.txt (+16/-0)
lib/lp/registry/interfaces/pocket.py (+0/-2)
lib/lp/registry/stories/foaf/xx-person-edit-wikis.txt (+2/-1)
lib/lp/registry/stories/standalone/xx-reassign-distributionmirror.txt (+3/-3)
lib/lp/registry/stories/team-polls/xx-poll-results.txt (+3/-2)
lib/lp/registry/templates/milestone-index.pt (+1/-1)
lib/lp/registry/templates/people-requestmerge.pt (+2/-2)
lib/lp/soyuz/stories/soyuz/xx-distroseries-sources.txt (+6/-16)
description: | updated |
affects: | malone → launchpad-registry |
Changed in launchpad-registry: | |
status: | New → Triaged |
importance: | Undecided → Low |
tags: | added: trivial |
Changed in launchpad-registry: | |
milestone: | none → 3.1.11 |
assignee: | nobody → Curtis Hovey (sinzui) |
status: | Triaged → In Progress |
Fixed in Launchpad devel r9889.