I'm using daypilot scheduler and are experiencing a problem when the backend is slow.
I've modified the demo code from DayPilotProMvc-7.8.5684 to simulate a delay of 500ms when moving an event. If I create a new event and then move it to a new position, and then to a new position again, a script error occurs in daypilot-scheduler.src.js after line 4554 - this line:
var e = object.event;
The event property is null and causes the next statement to throw an error when the end property is attempted to be accessed on "e".
I've recorded a video demonstrating how to provoke the error.
The modified code sample and the video can be found here (temporarily as of 2014-08-27): https://www.dropbox.com/s/tekr9p1x6458dpm/DayPilotProMvc-7.8.5684_bug.zip?dl=0
Is there any way I can fix this easily without any major side effects?