Hello,
With the units view, when moving an event from a section to the other with the same time, we don’t see the event moving until the mouse is released.
Steps to reproduce :
1/ in the sample “03_extensions\02_units_view.html”, add this :
scheduler.config.time_step = 60;
2/ Open the page in a browser
3/ Create an event
4/ Move the event horizontally (the vertical delta should be < time_step) from a section to another.
Actual result : while moving, the event stays at it’s original position.
Expected result : like the standard (non units) view, the event should be previewed at the target position.
It seems to be a regression in 3.5 because it worked fine in 3.0.
This problem is quite disturbing for my users. Can you help me to fix it, or propose a fix, please ?
Thank you !
JYL