-
-
Notifications
You must be signed in to change notification settings - Fork 728
Description
Steps to reproduce:
- Open braille settings
- Uncheck braille cursor
- Move navigator to next object
Actual behavior:
Nav object moves to "Show messages" checkbox which is the next GUI item that is not greyed out.
Expected behavior:
Nav object should move to the next GUI object ("Blinking cursor"), whether it is greyed out or not should not matter.
Greyed items are visible to sighted users. So unless there is a good reason, blind people should be able to see them too. Greyed items convey meaning in a GUI and not being able to see them causes people to miss information conveyed by the GUI.
Taking again the example of braille panel:
If a user has unchecked show cursor by mistake, he may not find "Blinking cursor" option while tabbing in the dialog. Using an object navigation that does not skip greyed items would allow to see the item and see that it is unavailable.
If however a good reason not to include unavailable GUI items in obj navigation is exhibited, at least they should be included in object navigation with when simple review mode is disabled.
Additional notes
- With current NVDA it is still possible to set nav object on an unavailable (greyed out) GUI item; for this, put the mouse cursor on the unavailable object and route nav obj to mouse cursor.
- Another way to see unavailable GUI item is to use screen review mode instead of object review mode and use review commands.
- The issue also occurs elsewhere. For exemple in folder property dialogs of windows Explorer, for standard Windows folders such as download, the name is greyed out. It cannot be reached with object navigation commands, no matter if simple review mode is enabled or disabled.
- On the opposite, there are other places where the issue does not occur with simple review mode disabled. Example in standard Windows application windows (e.g. Notepad): press alt+space and use object navigation to move in the menu; "Restore" is reachable with simple review mode off, but not with simple review mode on.
NVDA logs, crash dumps and other attachments:
N/A
System configuration
NVDA installed/portable/running from source:
installed
NVDA version:
2023.3beta2
Windows version:
Windows 10 21H2 (AMD64) build 19044.3324
Name and version of other software in use when reproducing the issue:
N/A
Other information about your system:
N/A
Other questions
Does the issue still occur after restarting your computer?
Yes
Have you tried any other versions of NVDA? If so, please report their behaviors.
NVDA 2023.2 and all many other older versions had the same behaviour; not retested it just now however.
If NVDA add-ons are disabled, is your problem still occurring?
Yes
Does the issue still occur after you run the COM Registration Fixing Tool in NVDA's tools menu?
Not tested now but this issue has always been there in spite of NVDA updates.