-
Notifications
You must be signed in to change notification settings - Fork 34.5k
Closed
Labels
accessibilityKeyboard, mouse, ARIA, vision, screen readers (non-specific) issuesKeyboard, mouse, ARIA, vision, screen readers (non-specific) issuesimportantIssue identified as high-priorityIssue identified as high-prioritysettings-editorVS Code settings editor issuesVS Code settings editor issues
Description
@isidorn: In Linux, when Orca is in focus mode, it doesn't reliably speak the settings tree when navigating with the arrow keys. This causes problems because the user has no reference point when navigating the tree. I am thinking that the selection is moving the focus, but the focus itself isn't reported to Orca.
- VSCode Version: 1.44 (Insider's)
- OS Version: Ubuntu 20.04, Orca master (3.37.1 pre).
Steps to Reproduce:
- Start Orca screen reader.
- Start vscode with accessibility mode turned on.
- Press ctrl+, (comma) for the settings window.
- Press e to navigate to the settings search.
- Press TAB twice to navigate to the settings tree.
Note: This is the only way to access the settings tree with Orca. Everything else fails. - Press arrows to navigate the settings tree.
Actual results: In most cases, Orca remains silent. However, Orca will announce the tree items, but only after revisiting a tree node.
Expected results: Orca should reliably speak each tree item when in focus mode.
jvesouza
Metadata
Metadata
Assignees
Labels
accessibilityKeyboard, mouse, ARIA, vision, screen readers (non-specific) issuesKeyboard, mouse, ARIA, vision, screen readers (non-specific) issuesimportantIssue identified as high-priorityIssue identified as high-prioritysettings-editorVS Code settings editor issuesVS Code settings editor issues