- Issue created by @Julien Tekrane
- 🇦🇺Australia mingsong 🇦🇺
There are some alternatives to this module, for example the Fullcalendar module → .
FullCalendar view appears empty when placed in a tab that is not open by default. The calendar loads correctly in the default tab but fails to display events when switching to non-default tabs.
The issue is likely caused by JavaScript initialization timing. The FullCalendar library initializes when DOM is ready, but when the container is hidden (display:none) in inactive tabs, the calendar cannot calculate dimensions properly.
Possible solutions:
render()
method when tab is activatedNone expected
Active
5.2
Code
There are some alternatives to this module, for example the Fullcalendar module → .