| Issue 255: | IE does not display events after pagination | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
Jan 19, 2010
could be a conflict w/ qtip. closing out this issue if you are still having problems, please reply. thanks
Status:
Done
|
|
| ► Sign in to add a comment |