Hello,
I need to confirm the drag-and-drop for an event. I’m using:
scheduler.attachEvent("onBeforeEventChanged", function(ev, e, is_new){
return confirm("Are you sure?");
})
code that I found around here.
While using Chrome if for “Are you sure?” I Click on ‘OK’ the event is not saved in the location where it was dropped but at the location where the mouse was when the ‘OK’ button was pressed. If I use the keyboard, without moving the mouse the event is saved at the correct location.
Is anybody aware of any solution for this?
Thank you.