lcdsantos / jQuery-Selectric

jQuery plugin for easy manipulation and customization of HTML selects
http://selectric.js.org/
MIT License
727 stars 157 forks source link

Accessibility not working in keyboard navigation #247

Open karthikr94 opened 4 years ago

karthikr94 commented 4 years ago

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