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

Calendar is not loading in Firefox #38

Closed
oanalavinia opened this issue Jul 1, 2020 · 1 comment
Closed

Calendar is not loading in Firefox #38

oanalavinia opened this issue Jul 1, 2020 · 1 comment

Comments

@oanalavinia
Copy link

Opening Calendar app is not showing any calendar

firefox_calendar

In Chrome the problem is not reproduced.

Tested with Mocca Calendar version 2.8.9

@oanalavinia
Copy link
Author

The issue is caused by #33 , namely 3c4e013#diff-2922c45d87c592fd9fb7ccef74b86f91R1135 this event is not firing in Firefox

@oanalavinia oanalavinia added this to the 2.8.10 milestone Jul 1, 2020
oanalavinia added a commit to oanalavinia/application-mocca-calendar that referenced this issue Jul 1, 2020
* changed back to $(document).ready and add the moccaCalendar module as a dependency instead, since XWiki.MoccaCalendar was still undefined
oanalavinia added a commit that referenced this issue Jul 1, 2020
* changed back to ```$(document).ready``` as it was before [this change](3c4e013#diff-2922c45d87c592fd9fb7ccef74b86f91L1137), since in that case  ```jQuery(window).load``` was used for avoiding ```XWiki.MoccaCalendar is undefined``` 
* in Firefox ```jQuery(window).load``` is not fired, so add the moccaCalendar module as a dependency instead, to be sure ```XWiki.MoccaCalendar``` was declared before
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant