Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mishraas opened this issue May 15, 2015 · 0 comments
Open

Comments

@mishraas
Copy link

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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant