- Issue created by @mandclu
Automatically closed - issue fixed for 2 weeks with no activity.
I observed that the calendar was not being rendered for anonymous users. After some troubleshooting, I realized I could also reproduce the problem for authenticated users if the Big Pipe module is disabled.
The problem seems to be the DOMContentLoaded event listener used to fire the JS that renders the calendars. Without Big Pipe, that event has already fired before the behaviour is executed. As such, the JS should be updated to fire immediately if the document readyState isn't "loading".
Active
3.0
JavaScript
Automatically closed - issue fixed for 2 weeks with no activity.