Closed
Bug 513168
Opened 15 years ago
Closed 11 years ago
Remove "Stop" and "Reload" from View menu
Categories
(Firefox :: Menus, defect)
Firefox
Menus
Tracking
()
RESOLVED
FIXED
Firefox 25
People
(Reporter: Dolske, Assigned: dao)
References
(Depends on 1 open bug)
Details
(Keywords: useless-UI, Whiteboard: [killthem])
Attachments
(1 file, 2 obsolete files)
2.83 KB,
patch
|
mak
:
review+
MarcoZ
:
feedback+
|
Details | Diff | Splinter Review |
These seem not-so-useful and are accessible from other parts of the UI.
Reporter | ||
Updated•15 years ago
|
Whiteboard: [killthem]
Comment 1•15 years ago
|
||
It serves as a reminder for the keyboard shortcuts (esc/ctrl-r)
Comment 2•15 years ago
|
||
Menu items as keyboard command reminders aren't really all that helpful. We can add the keyboard shortcuts to the tooltips.
Comment 3•15 years ago
|
||
(In reply to comment #2)
> Menu items as keyboard command reminders aren't really all that helpful. We can
> add the keyboard shortcuts to the tooltips.
Which a mouse-less user won't be able to discover, though. One "Help -> Keyboard Shortcuts" item should be able to replace all such menu items in a sec508 compatible manner, though.
Comment 4•15 years ago
|
||
suggesting to include in this discussion also "back" "forward" and "home" from the history menu, which stand on similar footing
eyal, you should probably file a new bug on that since they are in a different menu and would have a slighty different discussion on why or why not they are useful.
Assignee | ||
Updated•15 years ago
|
Keywords: useless-UI
Comment 6•15 years ago
|
||
Based on my patch in bug 519921, and the suggestion in comment 2.
Assignee | ||
Comment 7•15 years ago
|
||
Comment on attachment 403985 [details] [diff] [review]
Patch (v1)
I don't see how tooltips solve the a11y issue. Comment 3 makes more sense to me.
Attachment #403985 -
Flags: review?(dao) → review-
Comment 8•15 years ago
|
||
With the new Keyboard Shortcuts Help menu item.
Attachment #403985 -
Attachment is obsolete: true
Attachment #403992 -
Flags: ui-review?(beltzner)
Attachment #403992 -
Flags: review?(dao)
Assignee | ||
Comment 9•15 years ago
|
||
Comment on attachment 403992 [details] [diff] [review]
Patch (v2)
>--- a/browser/base/content/baseMenuOverlay.xul
>+++ b/browser/base/content/baseMenuOverlay.xul
>@@ -86,16 +86,20 @@
> key="key_openHelp"/>
> #endif
> # Show IE Users menu item on Windows only
> #ifdef XP_WIN
> <menuitem label="&helpForIEUsers.label;"
> accesskey="&helpForIEUsers.accesskey;"
> oncommand="openHelpLink('ieusers');"/>
> #endif
>+ <menuitem id="keyboardShortcuts"
>+ accesskey="&helpKeyboardShortcuts.accesskey;"
>+ label="&helpKeyboardShortcuts.label;"
>+ oncommand="openHelpLink('keyboard-shortcuts')"/>
I'd probably add this above the "For IE Users" item.
>+ tooltipkey="key_reload"
Is this still worthwhile?
Comment 10•15 years ago
|
||
filed Bug 519937 per comment #4
Assignee | ||
Updated•15 years ago
|
Attachment #403992 -
Flags: review?(dao)
Comment 11•15 years ago
|
||
Updating to reality: I won't have the time to work on this for the foreseeable future!
Assignee: ehsan.akhgari → nobody
Status: ASSIGNED → NEW
Comment 12•15 years ago
|
||
Looks to not be used very often at all
http://blog.mozilla.com/metrics/2010/04/14/menu-item-usage-study-an-update-to-the-initial-analysis/
Updated•14 years ago
|
Attachment #403992 -
Flags: ui-review?(mbeltzner)
Comment 14•14 years ago
|
||
appears to be gone now
Comment 15•12 years ago
|
||
An opposite bug: bug 737015.
Assignee | ||
Comment 16•11 years ago
|
||
Assignee: nobody → dao
Attachment #403992 -
Attachment is obsolete: true
Status: NEW → ASSIGNED
Attachment #779694 -
Flags: review?(mak77)
Comment 17•11 years ago
|
||
Should we get accessibility review on these changes? may the removal cause any issues to our blind users?
My understanding is that regardless they have other ways to access the same functionality, as well as reach the new shortcuts menuitem in the Help menu.
But may be good to get them in the loop for a confirmation.
Assignee | ||
Updated•11 years ago
|
Attachment #779694 -
Flags: feedback?(marco.zehe)
Comment 18•11 years ago
|
||
Comment on attachment 779694 [details] [diff] [review]
patch
As long as we have an up-to-date shortcuts list handy from the help menu, i don't see a problem with removing the menu items. The shortcuts (ctrl+r for reload, escape for stop, both on Windows) are unaffected by this, and they are probably being used way more often than the View menu options. I personally don't remember ever using the View menu for this. ;-) f=me.
Attachment #779694 -
Flags: feedback?(marco.zehe) → feedback+
Updated•11 years ago
|
Attachment #779694 -
Flags: review?(mak77) → review+
Assignee | ||
Comment 19•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 25
You need to log in
before you can comment on or make changes to this bug.
Description
•