Skip to content
DayPilot

5.9 SP2 - Bubble not showing on Calendar if in the same page there is a Scheduler

Asked by Anonymous
16 years ago.

I've a page with a Calendar and a Scheduler and they have both a bubble (different o same bubbleid does not matter) associated. In Calendar the bubble doesn't show, if i remove the scheduler, bubble return to work.

This page worked with 5.8.

Comment posted by Anonymous
16 years ago.

Ok i've found the bug. Can you fix it in next release, pls?

In Scheduler.js function gMouseMove there are these lines

if (typeof(DayPilotBubble) != 'undefined') {
DayPilotBubble.cancelTimeout();
if (DayPilotBubble.active) {
DayPilotBubble.active.delayedHide();
}
}

If tthese lines are removed all is working like before!

Comment posted by Dan Letecky
15 years ago.

This is now fixed in build 6.2.2147 (see the sandbox) .

This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.