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)

3.1.3
enhancement
Not set
normal

Tracking

()

RESOLVED FIXED
Bugzilla 3.4

People

(Reporter: Wurblzap, Assigned: dottedmag)

Details

Attachments

(1 file, 1 obsolete file)

Attached patch Patch (obsolete) — 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 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-
Attached patch v2Splinter Review
Another implementation, using <div title=""> instead of <abbr>.
Attachment #336913 - Flags: review?(LpSolit)
Attachment #336913 - Flags: review?(LpSolit) → review+
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
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
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
Attachment #307225 - Attachment is obsolete: true
Keywords: relnote
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.

Attachment

General

Created:
Updated:
Size: