freqdec / datePicker

An attempt at writing a flexible, framework free, feature-rich and accessible datepicker
http://freqdec.github.io/datePicker/
MIT License
171 stars 56 forks source link

Cannot keyboard navigate with NVDA running #59

Open Scratch2k opened 9 years ago

Scratch2k commented 9 years ago

Control works fine in Chrome, I can tab in, hit ENTER to open the control, move around with arrows and select a date with ENTER. Attempt exactly the same behaviour with NVDA running and I can open with ENTER but the arrow keys don't work, I can't select a date.

Obviously, this is a critical issue.

I'm guessing NVDA is intercepting the arrow keys for navigation on the page. Looking in to how to fix this, if anyone has any suggestions feel free to weigh in.

taylorchance commented 9 years ago

Any updates on this? I just ran into the same problem now, this is pretty crucial.

taylorchance commented 8 years ago

Just in case anyone else runs into this issue, it is fixed by adding role="application" to a parent wrapper. The calendar itself already has this but for some reason when it comes in dynamically NVDA doesn't pick up on it.

dotjay commented 8 years ago

I also came across this issue. Thanks for the info.