Hi Isomorphic,
I noticed a strange effects when Drag'n'Dropping events here (v12.1p_2023-06-12).
This only happens with disableWeekends: false, I assume because otherwise the last in-calendar position prevents a drop and the erroneous code path for the right-drops is not entered?
Best regards
Blama
I noticed a strange effects when Drag'n'Dropping events here (v12.1p_2023-06-12).
- Add disableWeekends: false to the sample.
- If you drag and drop an event to the left out of the calendar and drop, everything is OK, the events is dropped on the correct time on Sunday (first day of the week in the sample)
- If you drag and drop an event to the right out of the calendar and drop, the event does not move and is non-moveable afterwards
This only happens with disableWeekends: false, I assume because otherwise the last in-calendar position prevents a drop and the erroneous code path for the right-drops is not entered?
Best regards
Blama
Comment