Closed
Bug 396134
Opened 17 years ago
Closed 14 years ago
Bookmarks Manager buttons are missing tooltips
Categories
(Firefox :: Bookmarks & History, defect, P4)
Firefox
Bookmarks & History
Tracking
()
VERIFIED
FIXED
Firefox 4.0b2
People
(Reporter: stephend, Assigned: mkohler)
Details
(Keywords: polish)
Attachments
(1 file, 1 obsolete file)
4.89 KB,
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
Build ID: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.9a8pre) Gecko/2007091304 Minefield/3.0a8pre
Summary: Bookmarks Manager buttons are missing tooltips
Steps to Reproduce:
1. Open Bookmarks | Organize Bookmarks
2. Hover over each of the buttons
Expected Results:
Each button yields a tooltip
Actual Results:
On no platform is there a tooltip for any button
Flags: in-litmus?
Flags: blocking-firefox3?
Hmm they have the code for it but I don't think the dtd file is referenced or imported at all to get the text to be shown.
http://mxr.mozilla.org/mozilla/source/browser/components/places/content/places.xul#168
Updated•17 years ago
|
Flags: blocking-firefox3? → blocking-firefox3+
Updated•17 years ago
|
Target Milestone: --- → Firefox 3 M10
Updated•17 years ago
|
Target Milestone: Firefox 3 M10 → Firefox 3 M11
I know this was filed on Places, but isn't this a Dupe of Bug 237592, "Bookmarks should always show tooltip when hovering with mouse" - https://bugzilla.mozilla.org/show_bug.cgi?id=237592 ??
Updated•17 years ago
|
Target Milestone: Firefox 3 Mx → Firefox 3 M11
Reporter | ||
Comment 3•17 years ago
|
||
(In reply to comment #2)
> I know this was filed on Places, but isn't this a Dupe of Bug 237592,
> "Bookmarks should always show tooltip when hovering with mouse" -
> https://bugzilla.mozilla.org/show_bug.cgi?id=237592 ??
Bookmarks!=buttons, so no.
Also, this was filed before the current buttons were implemented; right now, the "Organize," "Views," and "Import and Backup" buttons still need tooltips.
Comment 4•17 years ago
|
||
So, these are menus, though the visual isn't quite right there.
I wouldn't class this as major either way.
Severity: major → minor
Priority: -- → P4
Comment 5•17 years ago
|
||
Wanted, but not blocking.
Flags: wanted-firefox3+
Flags: blocking-firefox3-
Flags: blocking-firefox3+
Updated•17 years ago
|
Target Milestone: Firefox 3 beta3 → ---
Comment 6•16 years ago
|
||
Test case https://litmus.mozilla.org/show_test.cgi?id=7483 has been added to litmus 3.0testrun for regression testing.
Flags: in-litmus? → in-litmus+
Comment 7•15 years ago
|
||
Bug 451915 - move Firefox/Places bugs to Firefox/Bookmarks and History. Remove all bugspam from this move by filtering for the string "places-to-b-and-h".
In Thunderbird 3.0b, you do that as follows:
Tools | Message Filters
Make sure the correct account is selected. Click "New"
Conditions: Body contains places-to-b-and-h
Change the action to "Delete Message".
Select "Manually Run" from the dropdown at the top.
Click OK.
Select the filter in the list, make sure "Inbox" is selected at the bottom, and click "Run Now". This should delete all the bugspam. You can then delete the filter.
Gerv
Component: Places → Bookmarks & History
QA Contact: places → bookmarks
Assignee | ||
Comment 8•14 years ago
|
||
This adds tooltips to the toolbarbuttons. Please feel free to suggest other, better text.
Assignee: nobody → michaelkohler
Status: NEW → ASSIGNED
Attachment #456059 -
Flags: review?(gavin.sharp)
Comment 9•14 years ago
|
||
Comment on attachment 456059 [details] [diff] [review]
Patch v1
get ui-review first
Attachment #456059 -
Flags: review?(gavin.sharp)
Assignee | ||
Updated•14 years ago
|
Attachment #456059 -
Flags: ui-review?(faaborg)
Comment 10•14 years ago
|
||
"Import and Backup to maintain the profile" looks confusing about the "maintain" scope. I'd maybe say "Import or backup bookmarks for this profile". Btw Alex could have better ideas.
Comment 11•14 years ago
|
||
Comment on attachment 456059 [details] [diff] [review]
Patch v1
We don't currently end our tooltips with a period, so for consistency we should avoid them here while still maintaining sentence case. New text:
<!ENTITY organize.tooltip "Organize your bookmarks">
<!ENTITY views.tooltip "Change your view">
<!ENTITY maintenance.tooltip "Import and backup your bookmarks">
Attachment #456059 -
Flags: ui-review?(faaborg) → ui-review-
Assignee | ||
Comment 12•14 years ago
|
||
changed the phrasing according to Alex' suggestion.
Attachment #456059 -
Attachment is obsolete: true
Attachment #456917 -
Flags: review?(gavin.sharp)
Updated•14 years ago
|
Attachment #456917 -
Flags: review?(gavin.sharp) → review+
Assignee | ||
Updated•14 years ago
|
Keywords: checkin-needed
Comment 13•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 4.0b2
You need to log in
before you can comment on or make changes to this bug.
Description
•