Issue 255: IE does not display events after pagination
Status:  Done
Owner: ----
Closed:  Jan 2010
Reported by tiberius...@googlemail.com, Dec 21, 2009
i have the problem that ie does not display the events in the calender
after i paginate to the next day, week, month. Initial all events are
displayed. I inserted this function to the calendar initiation, since then
not longer works for Ie. Firefox dipslays all data perfectly.

eventRender: function(calEvent, element, view) {
        element.qtip({
           content: calEvent.titleLong,
           show: 'mouseover',
           hide: 'mouseout',
           position: {
             target: 'mouse',
             adjust: { mouse: true }
          }
        });
      }
I debug this function, and the eventdata are all load but the data will not
display. Can you give me a hint, what i do wrong? 
Thanks Tiberius
Dec 22, 2009
Project Member #1 adamrs...@gmail.com
can you post a zip file with all your html/css/js, as well as a file containing all
your json data (if you are using any)? thanks.
Jan 19, 2010
Project Member #2 adamrs...@gmail.com
could be a conflict w/ qtip.

closing out this issue

if you are still having problems, please reply. thanks
Status: Done