| Issue 662: | Caching issue on IE | |
| 2 people starred this issue and may be notified of changes. | Back to list |
Hello all, I use fullcalendar for a project but I have a bug on IE7 ans IE8. When I add a event on by Database, I reload the page so as to show the new event on the calendar but it doesn't. I have to close and re-open IE to see it in the calendar. This bug appears only on IE. If you know this bug and have a solution you may save my life :) I thank you all. Sébastien
Oct 29, 2010
Hi, Thanks for answer, even if I trigger prev/next, nothing apears on the calendar, I always need to close and re-open IE to show updates :s
Oct 29, 2010
I just come to see that updates appear on dayview and monthview but not on weekview. PS: I'im using the last version of fullcalendar(1.4.8) and the last version of jquery.
Nov 21, 2010
you probably need to use renderEvent with the "stick" flag http://arshaw.com/fullcalendar/docs/event_rendering/renderEvent/ otherwise, this might be a bug. fixed a related issue in 1.4.9, this might have fixed it as well.
Status:
Done
|
|
| ► Sign in to add a comment |
Hi, What happends if you trigger prev/next (to get events) Example: $('#calendar0').fullCalendar('prev'); $('#calendar0').fullCalendar('next');