Home Unanswered Active Tags New Question

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

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.

Asked by Anonymous 1 year ago.
Replies

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 Anonymous 1 year ago.

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

Comment posted by Dan Letecky 1 year ago.
New Reply
This reply is
Your name (optional):

DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java