Closed
Bug 423063
Opened 17 years ago
Closed 17 years ago
Organize Bookmarks needs an ellipsis to convey that the action is not immediate
Categories
(Firefox :: Menus, defect)
Firefox
Menus
Tracking
()
RESOLVED
FIXED
People
(Reporter: uliss, Assigned: philor)
References
Details
(Keywords: late-l10n, user-doc-complete)
Attachments
(1 file)
(deleted),
patch
|
Gavin
:
review+
beltzner
:
ui-review+
beltzner
:
approval1.9+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/523.15.1 (KHTML, like Gecko) Version/3.0.4 Safari/523.15
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.5; en-US; rv:1.9b5pre) Gecko/2008031404 Minefield/3.0b5pre
Show All Bookmarks menu item - opens a window - must have ellipsis
Show All Bookmarks opens a window titled Library - does not match the calling menu item
View _> Sidebar _> history results in a sidebar titled history not Library
Reproducible: Always
Steps to Reproduce:
1. visit 4 websites
2. in main menu select Bookmarks
3. in the pulldown menu select Show All Bookmarks - observe no ellipsis and title of window opened
4. in the main menu select view - navigate to Sidebar -> history
5. observe the title of the resultant sidebar matches the calling menu - History
Actual Results:
1 history adds 4 sites
2 window titled library opens
3 sidebar titled History opens
Expected Results:
1. missing ellipsis is a known bug in Safari on MAC OS X
2. Window must say history
Add ellipsis to menu item
change Library to history
Comment 1•17 years ago
|
||
The menu item is now a command instead of a window title (adjusting bug summary), but it needs an ellipsis. From the all glorious HIG page 123:
[if the action] Is performed by the user in a separate window or dialog.
For example, Preferences, Customize Toolbar, and Send Feedback all use an ellipsis because they
open a window (potentially in another application, such as a browser) or a dialog in which the
user sets preferences, customizes the toolbar, or sends feedback.
To see why such commands must include an ellipsis, consider that the absence of an ellipsis
implies that the application performs the action for the user. If, for example, the Send Feedback
command did not include an ellipsis, it would imply that feedback is generated and sent
automatically by the application.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: blocking-firefox3?
Summary: Show All Boomarks missing ellipsis and opens window titled library → Organize Bookmarks needs an ellipsis to convey that the action is not immediate
Assignee | ||
Comment 2•17 years ago
|
||
And, because it's not just the One True HIG, from the Microsoft equivalent we have
[[[
Keep in mind that the decision about whether or not to use an ellipsis can depend on the context of the command. You must take into consideration the command's intended action, the wording of the command, or, for menu items, the wording of the command's parent menu item.
]]]
The bottom line is that an ellipsis should tell the user that it's safe to click the menu item, that the action won't be immediate. A sensible user *should* be afraid to click "Organize Bookmarks" without knowing what algorithm the program is going to use to organize his bookmarks, since he doesn't see any way to undo that organization and doesn't know whether or not he going to like it. "Show All Bookmarks" (which did have an ellipsis, but shouldn't have) is safe, it's just going to show them, but "Organize Bookmarks" sounds like it's going to happen without further input.
Updated•17 years ago
|
Component: Bookmarks → Places
QA Contact: bookmarks → places
Updated•17 years ago
|
Component: Places → Menus
OS: Mac OS X → All
QA Contact: places → menus
Hardware: Macintosh → All
Version: unspecified → Trunk
Assignee | ||
Comment 3•17 years ago
|
||
Assignee: nobody → philringnalda
Status: NEW → ASSIGNED
Attachment #309816 -
Flags: ui-review?(beltzner)
Attachment #309816 -
Flags: review?(gavin.sharp)
Updated•17 years ago
|
Attachment #309816 -
Flags: review?(gavin.sharp) → review+
Comment 4•17 years ago
|
||
Comment on attachment 309816 [details] [diff] [review]
Fix v.1
We'll consider this for after code freeze.
Attachment #309816 -
Flags: ui-review?(beltzner)
Attachment #309816 -
Flags: ui-review+
Attachment #309816 -
Flags: approval1.9?
Updated•17 years ago
|
Flags: wanted-firefox3+
Flags: blocking-firefox3?
Flags: blocking-firefox3-
Comment 5•17 years ago
|
||
Comment on attachment 309816 [details] [diff] [review]
Fix v.1
a=beltzner
Attachment #309816 -
Flags: approval1.9? → approval1.9+
Assignee | ||
Comment 6•17 years ago
|
||
browser/base/content/browser-menubar.inc 1.157
browser/locales/en-US/chrome/browser/browser.dtd 1.105
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Keywords: user-doc-needed
Updated•17 years ago
|
Keywords: user-doc-needed → user-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•