Closed
Bug 280827
Opened 20 years ago
Closed 18 years ago
Preferences toolbar needs help tags (tooltips)
Categories
(Camino Graveyard :: Preferences, defect, P5)
Tracking
(Not tracked)
RESOLVED
FIXED
Future
People
(Reporter: bmo, Assigned: froodian)
Details
(Keywords: fixed1.8.1, polish)
Attachments
(2 files)
2.93 KB,
patch
|
Details | Diff | Splinter Review | |
1.07 KB,
patch
|
stuart.morgan+bugzilla
:
review+
mikepinkerton
:
superreview+
|
Details | Diff | Splinter Review |
The preferences toolbar is very useful if it's set to display icon & text.
However, if you toggle its view to icon-only (by command-clicking the toolbar
control thrice), there should still be a help tag for each icon.
Steps to reproduce:
1. Open Preferences
2. Command-click the toolbar control thrice, such that the toolbar is in its
"Icon Only" mode.
3. Hovering over an icon should produce a help tag, but does not.
Comment 1•20 years ago
|
||
Well, no Apple-supplied applications' preference windows do this...
Comment 2•20 years ago
|
||
I agree, no other major Mac OS X apps have this (that I can find). This is a
*very* minor bug and probably won't be closed until way after 1.0. I'm targeting
for future and prioritizing as 5.
Priority: -- → P5
Target Milestone: --- → Future
Comment 3•19 years ago
|
||
Taking. If I haven't tossed a patch up here within two weeks, someone holler at me.
cl
Status: NEW → ASSIGNED
Updated•19 years ago
|
Assignee: mikepinkerton → bugzilla
Status: ASSIGNED → NEW
Comment 4•19 years ago
|
||
I've basically modified and duplicated the labelForPane method to create
tooltips instead of labels (in a method called, creatively, toolTipForPane).
This falls back on the same sort of backup names as labelForPane does (if it
can't find something in the pref pane called "PreferencePanelToolTip"). Right
now, that means that the History and Downloads prefs panes get labelled with a
really ugly tooltip (org.mozilla.camino.preference.history). I can add proper
tooltips to the various pref panes if someone wants me to.
cl
Comment 5•18 years ago
|
||
Why not just set the tooltip to labelForPane: (or at least use that as the backup case)?
Assignee | ||
Comment 6•18 years ago
|
||
cl, I hope you don't mind me taking this.
This just uses labelForPane, since it works.
Assignee: bugzilla → stridey
Status: NEW → ASSIGNED
Attachment #233202 -
Flags: review?(stuart.morgan)
Comment 7•18 years ago
|
||
Comment on attachment 233202 [details] [diff] [review]
Uses labelForPane
r=me
Attachment #233202 -
Flags: superreview?(mikepinkerton)
Attachment #233202 -
Flags: review?(stuart.morgan)
Attachment #233202 -
Flags: review+
Comment 8•18 years ago
|
||
Comment on attachment 233202 [details] [diff] [review]
Uses labelForPane
sr=pink
Attachment #233202 -
Flags: superreview?(mikepinkerton) → superreview+
Whiteboard: [needs checkin]
Comment 9•18 years ago
|
||
Checked in on the trunk and MOZILLA_1_8_BRANCH.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Keywords: fixed1.8.1
Resolution: --- → FIXED
Whiteboard: [needs checkin]
You need to log in
before you can comment on or make changes to this bug.
Description
•