Active
Project:
Fullcalendar View
Version:
5.2.4
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Aug 2025 at 11:15 UTC
Updated:
2 Aug 2025 at 03:50 UTC
Jump to comment: Most recent
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
| Comment | File | Size | Author |
|---|---|---|---|
| issue.png | 23.93 KB | julien tekrane |
Comments
Comment #2
mingsongFYI,
Fullcalendar rending inside of a tab (not ui tabs)
https://fullcalendar.io/docs/v3/render
fullCalendar doesn't render inside a bootstrap tab
Comment #3
mingsongThere are some alternatives to this module, for example the Fullcalendar module.