search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

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

Asked by Anonymous
13 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
13 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
13 years ago.

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

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