-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Calendarpicker issue on Firefox with all locales (except en-US) #1506
Comments
This is a problem with the Firefox cache. I will look for how to fix it. I don’t have a quick solution now. |
Add to input attribute |
You're Awesome !!! Thank You. |
Thanks for this bug report. In 4.3.6 I added attribute |
I was stuck on this bug for 2 days, moreover, at the beginning I did not test on Chrome ... I thought it was because of my code |
Hello,
First, sorry for my poor English ...
here is a simple html code :
calendarpicker.txt
Works perfectly on first load, but if i refresh the page , i get this message :
Error creating component calendarpicker metro.js:4109:32
TypeError: h[o] is undefined
Works fine with data-locale="en-US" only ... I tested with meta "metro4:locale", with METRO.locale and with element.attr("data-locale","fr-FR"), same issue.
Browser : Firefox 71.0.1 (lastest) - no plugin
OS : Windows 10
Works fine on Chrome ;)
Any ideas ?
Thanks.
ps : try calendarpicker with Firefox , and look for the "picker value" section, make refresh (one or more) and see the result(s) 😃
The text was updated successfully, but these errors were encountered: