You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
mishraas
added a commit
to mishraas/datePicker
that referenced
this issue
Apr 8, 2016
…r in its "id" attribute.
Regular Expressions while binding the events to control is updated to
escape the special characters in "id" attribute of the element.
Updating index.html to have demo-2 having a special case where element
has special characters in "id" attribute.
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.
The text was updated successfully, but these errors were encountered: