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

inactive elements in the focus order - accessibility issue #2110

Closed
vamshienumula opened this issue May 2, 2024 Discussed in #1133 · 0 comments · Fixed by #2161
Closed

inactive elements in the focus order - accessibility issue #2110

vamshienumula opened this issue May 2, 2024 Discussed in #1133 · 0 comments · Fixed by #2161
Milestone

Comments

@vamshienumula
Copy link

By default the "wrapper" div is focusable via Tab because it has tabIndex = 0. Also the wrapper div doesn't have any aria-label property. So if it has tabIndex = 0 and is focused then the narrator is silent and the user will be confused in such case and won't know where the focus is.

Actually the focus should be on first interactive element. We should remove tab index from non-interactive elements.

@gpbl Can you please help us in fixing this.

@gpbl gpbl added this to the v9.0.0 milestone May 28, 2024
@gpbl gpbl linked a pull request May 28, 2024 that will close this issue
@gpbl gpbl closed this as completed May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants