-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Calendar throws an error on Firefox #3282
Comments
Could you please create a plunkr I am unable to replicate it. |
http://plnkr.co/edit/K6rpRi?p=preview Right, did forget: The error occurs when you click on a date in the calendar. |
I tried your plunkr and it is working as expected. |
Okay, so maybe the error is dependent on the version of Firefox? For me, I get the error in our system, on your demo page (https://www.primefaces.org/primeng/#/calendar) and on the plunkr. One of our users called our support line with the same issue (didn't ask for firefox version), reverting back to older version fixed this. |
Older version of firefox right? Because if it is about 4.1.0-RC3 that should be fixed |
No! Everything was working fine. Installed 4.1.0-RC3 wich was uploaded on our server wich apparently broke the calendar for users on firefox! I don't know what version of primeng that is installed on https://www.primefaces.org/primeng/ but the error is thrown there also for me. Anyway, reverting back to primeng 4.0.2 fixed this issue for us (I have another problem on 4.1.0-rc1). I don't know if there is some other information I can give that could possibly help, more than the provided firefox version of mine in the first post. But if so, please give me a shout! :) |
I had the same problem for firefox with version 4.1.0-rc2, but not only with calendar but with dropdown as well. Changing version to 4.0.2-rc2 as patriknil90 said, fixed it for now. My firefox is 54.0.1 (32-bit) |
I'm having the same issue with 4.1.0-rc.3 in FF Developer Edition 55.0b6 & 55.0b7 (64-bit, macOS Sierra). Same error as @patriknil90. Happy to test anything, if I can help. |
This is due to change made for issue #1874. This line here: "event" is not passed into this.renderer.listen function, so JS has no idea what it is. |
It is fixed for 4.1.1 |
I'm submitting a ... (check one with "x")
Current behavior
Calendar is broken in latest release (4.1.0-rc3) on FireFox. Throws an error when selecting a date, see: https://www.primefaces.org/primeng/#/calendar
Expected behavior
Should not throw an error.
The text was updated successfully, but these errors were encountered: