freqdec / datePicker

An attempt at writing a flexible, framework free, feature-rich and accessible datepicker

Home Page:http://freqdec.github.io/datePicker/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Navigation Controls(Prev or Next) does not change date some of the times

mishraas opened this issue · comments

Hi,

I have been using this plugin in one of my projects. I appreciate the good work!
Although, I am having an issue with the date picker i.e. when user uses datepicker's navigation buttons for changing year or month, some of the times they do not respond well.

This issue is occuring on majority of browsers including IE9, FF and Chrome although its intermittent.

Findings: When user clicks on a "Prev-Month" button, I have noticed that few events/handlers are triggered : mousedown, updateTable and click handler in the same order. When the navigation does not respond in that case I observed that only click handler was getting invoked.

Any idea....?

Update: This is happening library is not able to bind the events to the control when control has any special character in its "id" attribute.