| Issue 1190: | Error on first loading in browser | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Hi! When i load my page the first time in a new-opened browser the fullcalendar content breaks. If i reload the page, it's working just fine. I have uploaded a more detailed error descrition on stackoverflow: http://stackoverflow.com/questions/8228969/fullcalendar-wrong-size-on-first-load
Oct 18, 2012
#1
cpan...@gmail.com
Mar 23, 2013
I had experienced a similar issue and I found that the solution provided in the documentation (http://arshaw.com/fullcalendar/docs/display/render/) may work fine for old JQuery-UI versions. If you are using the last JQuery-UI you should use 'activate' event instead of 'show'. I've tested it with JQuery-UI version 1.10.1 You can even check for 'ui.newPanel.selector' to only call 'render' method when needed.
Aug 14, 2013
yes, the `render` method is the solution
Status:
WontFix
|
|
| ► Sign in to add a comment |