-
-
Notifications
You must be signed in to change notification settings - Fork 679
Don't report menu item/check menu item in browse mode #1756
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Comment 1 by jteh (in reply to comment description) on 2011-09-15 07:22
Clickable is no longer spoken as of 47c7a02. However, "sub menu" is required to tell the difference between a menu item that opens a sub-menu and one that doesn't. "Menu item" is spoken so you know what the control is. I guess you could argue these should only be encountered within menu bars or menus, so this doesn't need to be spoken.
When you pressed enter on the item, it should have switched to focus mode. Menu bars really are intended to be used in focus mode, not browse mode.
NVDA doesn't speak the new sub-menu when switching between them in desktop applications either. Doing so tends to cause way too much verbosity in various places. In any case, I'd argue this is consistent with current behaviour elsewhere, unless I'm misunderstanding you. |
@jcsteh Assuming that the reported issue still occurs with the latest version of Firefox and elsewhere, your #1756 (comment) seems to be providing cogent justification against this ticket. Could you please clarify if this implies a wontfix, or am I misunderstanding something? |
The outstanding issue here is that "menu item" gets reported in browse mode, but it's superfluous, since this should be clear from the reported "menu bar" or "menu". We also don't need to report "check menu item". This would make browse mode consistent with focus mode. |
P3, because it's annoying but doesn't break functionality and isn't widely reported as problematic by users. Not a candidate for 2017webfix for the latter reason. |
We'd need to report checkMenuItems. How else will we know if it's checked/unchecked? |
Because checked/not checked will still get reported, just not "check menu
item".
|
@feerrenrut, any updates on this topic? There are several issues on github asking for a possibility to move reporting menu item after the label of the item. Or to suppress reporting menu item for browse mode as long as menubar and out of menu bar is reported. Hearing menu item in a menubar with many items seems to be annoying for many people. See for example different airline websites. |
Update with NVDA 2019.3 Beta 2 and Firefox 72.0.1: |
In my view, the only point that still remains to be discussed is to suppress the reporting of "menu" on every menu item after entering the menu itself. NVDA already reports "menu bar" when entering and leaving it. So reporting only "item" for every menu item in browse mode would be enough in my view. |
@SaschaCowley could you have a look at my last comment? #1756 (comment) I guess it should be quite straight forward to change the verbosity of "menu item" just to hear "item" while in a menu bar in browse mode. Or is there anything users would miss after this change? |
My view is that "item" is not necessary. We don't report this for lists, and menus are essentially just a particular type of interactive list. |
@SaschaCowley I agree with you, since NVDA already reports when entering and leaving a menu. |
What do we want to do if
|
@derekriemer as far as I'm concerned, neither of those cases need special consideration.
|
I still think reporting "item" and "end of item" when arrowing through menu items in browse mode still stands. The same for menu bar or item sub menu. Additionally, an unassigned key script for menus and another for menu items would be really great. This would reduce verbosity and increase efficiency in many web apps and websites. |
Reported by kevinchao89 on 2011-09-07 02:33
Firefox Nightly 9.0a1 (2011-09-06) and NVDA Main Snapshot 4634
Firefox: http://hanshillen.github.com/jqtest/#goto_menubar
Navigate to menubar, observe each item is identified as menu item, submenu item, clickable; all of this is very verbose, and all that is needed is menubar item;
ENTER on one of the menu items, navigate around, and observe that same level of verboseness exist within each menu item;
When using LEFT/RIGHT ARROWS to go from menu items to mmenu items, NVDA should always speak which menu item is being expanded and which item has focus, which it partially does, but does not always speak menu item that is expanded.
The text was updated successfully, but these errors were encountered: