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

Screen reader virtual cursor reads controls #121

Open
sergeicodes opened this issue May 29, 2019 · 4 comments
Open

Screen reader virtual cursor reads controls #121

sergeicodes opened this issue May 29, 2019 · 4 comments

Comments

@sergeicodes
Copy link

Hi, I experience this issue with inert:

once inert is added it prevents controls from being focused, but it still possible to navigate to controls inside an element with inert with a screen reader virtual cursor and use them (see screenshot).

Is it planned to be so and if yes what can be a solution to totally prevent elements inside inert from being clicked? I only can think of adding aria-hidden for all the controls which doesn't seem a good idea.

virtual-cursor

@robdodson
Copy link
Collaborator

The inert polyfill should be adding aria-hidden to the container so any children should inherit that. If that's not working then it's a bug.

@robdodson
Copy link
Collaborator

This looks like it might be a Chrome bug. It works as expected in Safari.

@robdodson
Copy link
Collaborator

I filed a Chromium bug to track this:
https://bugs.chromium.org/p/chromium/issues/detail?id=971880

@sergeicodes
Copy link
Author

Hi @robdodson, thanks a lot! I hope it's gonna be fixed at some point.

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

No branches or pull requests

2 participants