Closed
Bug 420862
Opened 17 years ago
Closed 16 years ago
Show abbreviated content in bug lists fully in tooltips
Categories
(Bugzilla :: Query/Bug List, enhancement)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.4
People
(Reporter: Wurblzap, Assigned: dottedmag)
Details
Attachments
(1 file, 1 obsolete file)
1.25 KB,
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
While it's useful to have bugs' summaries abbreviated in bug lists, it would be useful to have full summaries at hand, to remove the need to navigate to a bug in order to see its summary.
This patch gives cells' full contents as an <abbr> tooltip.
Attachment #307225 -
Flags: review?(LpSolit)
Comment 1•17 years ago
|
||
Comment on attachment 307225 [details] [diff] [review]
Patch
The patch is fine, but I don't want to have all abbreviated strings to be underlined. This makes the UI really ugly. Please add whatever is required to buglist.css to hide the underline (decoration: none or something like that).
Attachment #307225 -
Flags: review?(LpSolit) → review-
Comment 2•16 years ago
|
||
Another implementation contributed by Mikhail Gusarov (altlinux.org team):
https://bugzilla.altlinux.org/show_bug.cgi?id=15926
patch: http://git.altlinux.org/people/dottedmag/packages/?p=bugzilla.git;a=commitdiff_plain;h=034f8dc56344661cd142468242e43e253da9b4f8
example: https://bugzilla.altlinux.org/buglist.cgi?query_format=advanced&classification=Infrastructure
Assignee | ||
Comment 3•16 years ago
|
||
Another implementation, using <div title=""> instead of <abbr>.
Attachment #336913 -
Flags: review?(LpSolit)
Updated•16 years ago
|
Attachment #336913 -
Flags: review?(LpSolit) → review+
Comment 4•16 years ago
|
||
Comment on attachment 336913 [details] [diff] [review]
v2
>+ [%- IF column == 'bug_status' %]
>+ [%- status_descs.${bug.$column} FILTER html %]
Must be get_status(bug.$column) instead of status_descs.${bug.$column}. Otherwise looks good and works fine. r=LpSolit
Comment 5•16 years ago
|
||
If someone else than me does the checkin, don't forget to fix get_status().
Assignee: wurblzap → dottedmag
Flags: approval+
Target Milestone: Bugzilla 4.0 → Bugzilla 3.4
Comment 6•16 years ago
|
||
Checking in template/en/default/list/table.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/list/table.html.tmpl,v <-- table.html.tmpl
new revision: 1.41; previous revision: 1.40
done
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Attachment #307225 -
Attachment is obsolete: true
Comment 7•15 years ago
|
||
Added to the release notes for Bugzilla 3.4 in bug 494037.
Keywords: relnote
You need to log in
before you can comment on or make changes to this bug.
Description
•