alongubkin / angular-datepicker

Angular.js Date/Time Picker
MIT License
291 stars 129 forks source link

keyboard navigation makes calendar unresponsive #48

Open etuan opened 9 years ago

etuan commented 9 years ago

AngularJS v1.2.27 - maybe this is the problem, but the requirements aren't in the readme, so I'm not sure.

Anyway, when I focus the input and use an arrow key, nothing happens. I can no longer use the mouse to pick a date or clear.

Eventually, Chrome (Version 39.0.2171.71 (64-bit)) says some pages have become unresponsive, Kill Pages or Wait.

mddtrifecta commented 9 years ago

Good catch here. Anybody have any idea what's causing this? Or if we can override the keypress event to disable whatever the intended functionality was?

jonathan-reisdorf commented 9 years ago

PR https://github.com/alongubkin/angular-datepicker/pull/59 solves this