My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 1053: Initialize rendering problem with Chrome
3 people starred this issue and may be notified of changes. Back to list
Status:  WontFix
Owner:  ----
Closed:  Aug 2013


Sign in to add a comment
 
Reported by anyuneed@gmail.com, Jul 26, 2011
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!


theme.html
2.3 KB   View   Download
Jul 29, 2011
Project Member #1 althaus.it
(No comment was entered for this change.)
Status: Reproducing
Mar 24, 2012
#2 r.k.p.pi...@gmail.com
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
#3 obada.ka...@gmail.com
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
#5 andresda...@gmail.com
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
Project Member #6 adamrs...@gmail.com
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

Powered by Google Project Hosting