drag-and-drop confirmation bug - Chrome

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.

Hello,

Can’t reproduce this issue. The same code works ok here in Chrome.

Kind regards,
Ilya

I checked from W7 x64 + Latest Chrome and it works fine. From W2k3 x86 + Latest it fails.

It might be that is only that environment.