Issue 1027: Strange rendering problems on page reload
Status:  Done
Owner: ----
Closed:  Jul 2011
Reported by zpearce...@gmail.com, Jul 6, 2011
In both Firefox 5 and Chrome 13 on linux I'm seeing very weird rendering problems (see screenshots). 

1) In the month view, sometimes the sat column is a bit wider than the rest of the days. It seems to fix itself on subsequent reloads of the page, and sometimes I have to reload the page 15 or so times before the columns even out.

2) I believe the problem in agendaWeek and agendaDay is related, but it manifests itself in a much worse way (the entire calendar is rendered completely unusable). Same fix - you have to reload the page (sometimes many, many times).

These problems happen whether the calendar is themed with jquery ui or not. I'm using fullCalendar 1.5.1.

Any idea why this is happening?
Screenshot.png
26.2 KB   View   Download
Screenshot-1.png
25.5 KB   View   Download
Jul 6, 2011
#1 zpearce...@gmail.com
Just tested Chrome 12 on Mac and it still happens. I can't get it to happen in safari.
Jul 19, 2011
Project Member #2 adamrs...@gmail.com
it might be related to your code. could you post a runnable html file with all dependencies, packaged as a zip?

i'm thinking it might be related to the stylesheet loading after the calendar is rendered.
Status: Reproducing
Jul 19, 2011
#3 zpearce...@gmail.com
Thanks for the reply. Yes, my asset packager was outputting the script tag before the css link. Once I got that switched around, the problem went away.

Thanks
Jul 19, 2011
Project Member #4 adamrs...@gmail.com
cool. glad it works
Status: Done