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
{{ message }}
This repository has been archived by the owner on Jun 21, 2018. It is now read-only.
Put "December 10, 2010" in your text field that is connected to the javascript calendar. Then hit the calendar.
Get browser/js error: this.date.getFullYear is not a function
The bug is in the Date.parseFormattedString() call on line 338.
It returns a non-date object for the value we're providing it (looks to be an integer).
The result isn't handled so it passes through as an error and the calendar no longer pops up in this case.
However, if you just type "garbage" in the text field, the javascript calendar continues to popup.
Version 1.16.1.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Discovered by Nick Murphy at Saturn Systems: http://www.saturnsys.com/
Put "December 10, 2010" in your text field that is connected to the javascript calendar. Then hit the calendar.
Get browser/js error: this.date.getFullYear is not a function
The bug is in the Date.parseFormattedString() call on line 338.
It returns a non-date object for the value we're providing it (looks to be an integer).
The result isn't handled so it passes through as an error and the calendar no longer pops up in this case.
However, if you just type "garbage" in the text field, the javascript calendar continues to popup.
Version 1.16.1.
The text was updated successfully, but these errors were encountered: