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

Not able to navigate through with the items of dropdowns under "Overview" using keyboard arrow keys: A11y_VisualStudioCodeServices_Uninstall Visual Studio Code_Overview_Usable #7419

Open
prabhudevu opened this issue Jun 27, 2024 · 4 comments
Assignees
Labels
accessibility bug Issue identified by VS Code Team member as probable bug
Milestone

Comments

@prabhudevu
Copy link

prabhudevu commented Jun 27, 2024

GitHub Tags:

#A11yTCS; #A11ySev4; #DesktopWeb; #ChromiumEdge; #BM_VisualStudioCodeServices_Web_July2024; #Visual Studio Code Services; #Win11; #FTP; #Desktopweb; #A11yUsable; #A11yUsablehigh

Environment Details: 

Application Name:  Visual Studio Code Services
URL: https://code.visualstudio.com/docs/setup/uninstall?dark-plus-v2#_windows
Microsoft Edge version 126.0.2592.68 (Official build) (64-bit)

Repro steps:

  1. Launch the application URL: https://code.visualstudio.com/docs/setup/uninstall?dark-plus-v2#_windows and press ENTER.
  2. "Uninstall Visual Studio Code" screen gets opened.
  3. TAB to "dropdowns" under "Overview".
  4. Observe that we are not able to navigate through with the items of dropdowns under "Overview" using keyboard arrow keys.

Actual:

Not able to navigate through with the items of dropdowns under "Overview" using keyboard arrow keys.

Note: Issue is repro with below URLs as well
https://code.visualstudio.com/docs/setup/uninstall?dark-plus-v2
https://code.visualstudio.com/docs/supporting/faq?dark-plus-v2
https://code.visualstudio.com/docs?dark-plus-v2
https://code.visualstudio.com/download?dark-plus-v2
https://code.visualstudio.com/insiders/?dark-plus-v2
https://code.visualstudio.com/?dark-plus-v2
https://code.visualstudio.com/docs/?dv=win64user&dark-plus-v2
https://code.visualstudio.com/docs/editor/command-line?dark-plus-v2
https://code.visualstudio.com/docs/getstarted/introvideos?dark-plus-v2
https://code.visualstudio.com/docs/getstarted/keybindings?dark-plus-v2
https://code.visualstudio.com/docs/getstarted/locales?dark-plus-v2
https://code.visualstudio.com/docs/java/java-debugging?dark-plus-v2
https://code.visualstudio.com/docs/languages/csharp?dark-plus-v2
https://code.visualstudio.com/docs/python/debugging?dark-plus-v2
https://code.visualstudio.com/docs/python/editing?dark-plus-v2
https://code.visualstudio.com/docs/python/jupyter-support-py?dark-plus-v2
https://code.visualstudio.com/docs/python/linting?dark-plus-v2
https://code.visualstudio.com/docs/remote/remote-overview?dark-plus-v2
https://code.visualstudio.com/docs/remote/troubleshooting?dark-plus-v2
https://code.visualstudio.com/docs/remote/wsl?dark-plus-v2

Expected

we should be able to navigate through the dropdowns using arrow keys.

User Impact

Keyboard users will not be able to move quickly through the dropdowns of overview as they need to navigate through all the items of dropdowns using only TAB key.

Attachment

Usability tab
Usability1
side

@12-shweta
Copy link

#rev:shwarh

@12-shweta
Copy link

#A11yPreview;

@rzhao271 rzhao271 self-assigned this Jul 11, 2024
@rzhao271 rzhao271 added this to the July 2024 milestone Jul 11, 2024
@rzhao271 rzhao271 added accessibility bug Issue identified by VS Code Team member as probable bug labels Jul 11, 2024
@rzhao271 rzhao271 modified the milestones: July 2024, August 2024 Jul 25, 2024
@rzhao271 rzhao271 modified the milestones: August 2024, September 2024 Aug 26, 2024
@rzhao271
Copy link
Contributor

rzhao271 commented Sep 5, 2024

I confirm that https://learn.microsoft.com/en-us/visualstudio/ide/index-writing-code?view=vs-2022 uses arrow keys to navigate the dropdowns, and the space bar to collapse and expand dropdowns.

@prabhudevu considering the behaviour on learn.microsoft.com, I believe the real issue with pages such as https://code.visualstudio.com/docs/setup/uninstall is that users are unable to use the space bar to collapse or expand dropdowns on the left side of the page.

@rzhao271 rzhao271 added info-needed Issue requires more information from poster and removed info-needed Issue requires more information from poster labels Sep 5, 2024
@12-shweta
Copy link

Seems these are not dropdown @rzhao271 , these are kind of tree items, please correct me if i am wrong. If these are tree item, so basically
Enter or Space::Performs the default action (e.g. onclick event) for the focused node which is to activate the link, opening its target page.
Moves focus to the h1 element in the newly loaded content.
Down arrow ::Moves focus to the next node that is focusable without opening or closing a node. If focus is on the last node, does nothing.
Up arrow:: Moves focus to the previous node that is focusable without opening or closing a node. If focus is on the first node, does nothing.
Right Arrow:: When focus is on a closed node, opens the node; focus does not move.
When focus is on a open node, moves focus to the first child node.
When focus is on an end node, does nothing.
Left Arrow:: When focus is on an open node, closes the node.
When focus is on a child node that is also either an end node or a closed node, moves focus to its parent node.
When focus is on a root node that is also either an end node or a closed node, does nothing.

@rzhao271 rzhao271 modified the milestones: September 2024, October 2024 Sep 20, 2024
@rzhao271 rzhao271 modified the milestones: October 2024, November 2024 Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accessibility bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

No branches or pull requests

3 participants