moroshko / react-autosuggest

WAI-ARIA compliant React autosuggest component
http://react-autosuggest.js.org
MIT License
5.97k stars 586 forks source link

Screen reader not reading suggestion elements #520

Open carljoachim opened 6 years ago

carljoachim commented 6 years ago

Observed behaviour: When trying to navigate with arrows in the suggestions list. The screen reader does not read any of the elements.

Expected behaviour: To read the elements when navigating with arrows in the autosuggestion list

How to reproduce

Testet browsers Chrome 64 Safari 11

Nothing is read :/

Any help would be highly appreciated!

Bazzer588 commented 6 years ago

I can see the same issue on

macOS Sierra 10.12.6 Safari 12.0

Arrow keys do not work when Voiceover is switched on

Basically the input component does not retrieve events for onKeyDown, Up, Press for the arrow keys, when Voiceover is on

I don't think there's any fix for this - it's Voiceover causing the problem

rheydt commented 5 years ago

I am able to access the suggestions with Safari + Voiceover by pressing Shift + Control + Down Arrow. Not sure why this particular combo is necessary.