When using the timeline view and the context menu the event gets glued to the mouse on close.
Steps to reproduce.
- Add this line to the 02_lines timeline example
scheduler.attachEvent(“onContextMenu”, function () { alert(‘hello’); }); - Run the page in Chrome on a Mac
- Right click on an event to show the alert.
- Click OK and press ESC
- Now either the event is glued to the mouse or the event jumps. If you try several times eventually the event becomes glued to the mouse.
- Either way the event is moved from its time slot which is bad.
- The only way to “detach” it is to click on the scheduler.
I have tried to call scheduler.unselect() and to update the event prior to the close.