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

Window dropdown for plugins not keyboard navigable #3903

Open
mferrarini opened this issue Apr 30, 2024 · 0 comments
Open

Window dropdown for plugins not keyboard navigable #3903

mferrarini opened this issue Apr 30, 2024 · 0 comments

Comments

@mferrarini
Copy link

Description

Initial testing indicates interface elements like Download PDF, Share, and Show Image Tools are not accessible through keyboard navigation, just by mouse.

I was able to navigate through the "windows options" menu items with voiceover using ctrl+opt+left/right arrows, but this same combination does not work for me when voiceover is turned off. Did not work with NVDA either. This follows the same pattern of what we saw when investigating keyboard navigation through the info panels.

Problem

The list items are given a tab-index of "-1" and therefore are being passed over when tabbing through the page.

Possible solution

Removing the tabIndex="=1" from the <ListSubheader> material UI component should be all that's needed to make this work (and might also solve the problem in other areas as well).

I noticed this component in the following files:

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

1 participant