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

Fix issue when tabbing past button, then clicking button. #18

Closed dave-irvine closed 11 years ago

dave-irvine commented 11 years ago

As you tab past the button, kbEvent was becoming true, then when you later click the button, it hits the return statement and doesn't open the datepicker, or cancel the event.

freqdec commented 11 years ago

Many thanks Dave.