AJAX Calendar/Scheduling Controls
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.
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!
This is now fixed in build 6.2.2147 (see the sandbox) .
DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java