-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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 readers doesn't read elements in expanded list (NVDA and JAWS). #2153
Comments
everyone ignore this basic issue? |
Hy, just wanted to let you know, that someone already did some kind of fix for it. Not sure if standards of w3c specs are already met, but it would work for NVDA Screenreader, that's what i tested on v1.13.5. this is the pull request that solved the issue (but maybe only temporary? the fix worked on v1.13.5.) May i ask on which release you are targeting to implement this fix? Already in v1.x.x version, or targeting v2.x.x version? With kind regards, and thx already for your huge work so far on this library! |
Hey, I had the same problem with chromevox and for me works this solution: #2255 |
Hoping to have this available in the next release, as it's a bug. |
Released in v1.13.10! |
Screen readers doesn't read elements in expanded list (NVDA and JAWS).
Steps to reproduce:
I was trying to find the solution for it but I'm not that familiar with codebase. It seams that if I remove two roles you set for divs outside of
<ul>
("combobox" and "listbox") screen reader starts to read this items. But it break "focus trap" on expanded list and seems to break other stuff (list is not always expanded). Small changes I did to investigate it are hereAnyway, that's for working on this library!
The text was updated successfully, but these errors were encountered: