Skip to content
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

reporting of menus #4278

Open
nvaccessAuto opened this issue Jul 12, 2014 · 5 comments
Open

reporting of menus #4278

nvaccessAuto opened this issue Jul 12, 2014 · 5 comments

Comments

@nvaccessAuto
Copy link

Reported by blindbhavya on 2014-07-12 13:43
Lets take an application for example Firefox.
Press Alt and you will reach File menu.
Press down arrow to open the menu and in our application example Firefox the option is New Tab (which is not a submenu).
Press right arrow to go to the first option of the next menu, in our case the next menu is Edit and first option in it is Undo.
So when we pressed right arrow to go to first option of next menu NVDA did not announce which new menu we had entered (in our case Edit).
Therefore I propose that when the user changes menus, the name of the new menu should be announced and then the option inside it.

Blocking #4281

@nvaccessAuto
Copy link
Author

Comment 1 by jteh on 2014-07-13 01:42
This would certainly be ideal. Unfortunately, there are two problems with this:

  1. This would also happen if you are on the menu bar and you press enter or down arrow to open the selected menu, which is redundant at best, since you already know which menu you were entering.
  2. We did actually implement this at one stage. However, quite a few applications don't seem to name their menus correctly, so it caused strange results in those cases. Consequently, this change was reverted (dda6017).
    Still, it's probably worth investigating again at some stage.

@nvaccessAuto
Copy link
Author

Comment 3 by blindbhavya on 2014-07-13 05:51
Hi.
Ok. Please do investigate this at some stage.
Good luck.

@bhavyashah
Copy link

@jcsteh (LOL on re-reading 3 years younger me) Since you mentioned that the reported issue is worth investigating again at some stage, could you please assign a priority you deem appropriate? Investigating this deserves a P2 IMHO, but actually attempting to resolve it may be prioritized differently.

@Adriani90
Copy link
Collaborator

@jcsteh I don't know if it is an ilusion from my side, but when navigating through the menu bar in Firefox 64, NVDA seems to Report the menu item too fast, giving it priority over reporting menu cathegory. When I am navigating from "undo" in "edit" menu to the right, NVDA sometimes reports the first to letters of the view menu but the the menu item interupts the reporting. I don't really know if this is only my Impression.

@jcsteh
Copy link
Contributor

jcsteh commented Jan 10, 2019

@Adriani90: No, that is really what happens. NVDA deliberately interrupts the reporting of the menu when the menu item gets focus. See my comment above for an explanation of why NVDA does this currently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants