If you have an event loaded in the scheduler and you drag it so that the cursor moves outside the scheduler pane, the event get stuck at the top of the scheduler pane. This is not an issue if you move the cursor back into the pane, but if you have a save-button outside the scheduler pane and you press this without re-enter the pane it will save the event with non-valid data.
This cannot not be caught with oneventchanged or onbefore event changed.
Hi I could re-create the error by doing the same handling with a minical. You take an event and drag it so the cursor exits the schedule pane. Then you change date and return to the same date - the event will have the _drag_mode==“move” but that’s not true.
It has to do with the
this._drag_mode=="move"
in the
scheduler._on_mouse_move
, so I now set it to undefined at every refresh or data change to get by it.
/erik
Get a guaranteed answer from DHTMLX technical support team
under the most suitable support plan