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

No keyboard controls in IE10 #58

Open Alan-Nugent opened 9 years ago

Alan-Nugent commented 9 years ago

I have found that when using IE10, the user is only able to open the calendar but cannot navigate via keyboard. I was able to reproduce the same issue on the plugin examples. Is this a known issue?

HowlingEverett commented 9 years ago

There are also no keyboard controls in Firefox 35.0.1, and Safari 8.0.5. The span to open the calendar controls cannot be selected via tabbing from the input field, and none of the keyboard controls apply.

The keyboard commands seem to get focus to the control in Chrome only.

bookwyrm commented 9 years ago

Based on this stackoverflow post I was able to use the keyboard controls with Safari 8.0.6 when using option-tab to navigate between elements with the keyboard on the demo.

Still not sure about Firefox (38.0.5)