We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Team,
While checking the jquery Selectric demo with NVDA screen reader, I am facing issue in reading the text.
Steps to reproduce the issue:
Turn on the NVDA screen reader Open the jquery Selectric demo https://selectric.js.org/demo.html
Open the drop-down by using mouse click Now press the down arrow, it will focus in to li element but screen reader reads as "BLANK".
I have added role=list for ul and listitem for li but doesn't works. Tried with roles menu, menuitem, presentation but nothing works.
Any one please suggest how to resolve this issue ?
If it is a known issue, is any work around solutions available ?
Thanks in advance
Regards, Karthik R
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi Team,
While checking the jquery Selectric demo with NVDA screen reader, I am facing issue in reading the text.
Steps to reproduce the issue:
Turn on the NVDA screen reader
Open the jquery Selectric demo
https://selectric.js.org/demo.html
Open the drop-down by using mouse click
Now press the down arrow, it will focus in to li element but screen reader reads as "BLANK".
I have added role=list for ul and listitem for li but doesn't works. Tried with roles menu, menuitem, presentation but nothing works.
Any one please suggest how to resolve this issue ?
If it is a known issue, is any work around solutions available ?
Thanks in advance
Regards,
Karthik R
The text was updated successfully, but these errors were encountered: