| Issue 1053: | Initialize rendering problem with Chrome | |
| 3 people starred this issue and may be notified of changes. | Back to list |
Hello. I have got rendering problem with Chrome. Problem : When fullcalendar in non-visible element, it render the header area only. Environment : I tested with fullcalendar-1.5.1, and I used including jQuery(1.5.2). I attached test file, it was modified that only in <body> element, and it is based on fullcalendar/demo/theme.html Thanks!
Jul 29, 2011
Project Member
#1
althaus.it
Status:
Reproducing
Mar 24, 2012
I ran into the same problem. It is not restricted to Chrome though. I tried Chrome17, FF7 and IE9, all have the same behaviour. I also can't really think of a proper workaround. Tested with fullcalendar-1.5.3, jquery-1.7.1.
Jul 3, 2012
you can call the render method when the calendar becomes visible:
for example, if you're using bootstrap modal, you can use the 'shown' event:
$('#myModal').on('shown', function () {
$('#calendar').fullCalendar('render');
})
Aug 13, 2012
hi everyone, about the render function: everything was working great for me, until zurb foundation updates to 3.0.8 (I'm using zurb), and suddenly it stopped working, the calendar is in the last tab (i'm using tabs) however i can't trigger the render event unless i double clicked the tab, it's an annoying behavior, I'm going to put this comment in zurb to notify them about the issue but i wanted you know about this with 3.0.6 version everything works fine
Aug 13, 2013
follow the tab example here: http://arshaw.com/fullcalendar/docs/display/render/ (use the `render` method to solve your problem)
Status:
WontFix
|
|
| ► Sign in to add a comment |