Our powerful JS Calendar component


Post by farrukhwaseem »

On Month view, when there are multiple events in a day. Try to resize an event by dragging from left or right, moves it to top and comes back when done.

CalendarEventDragIssue.gif
CalendarEventDragIssue.gif (42.24 KiB) Viewed 203 times

Post by alex.l »

Hi farrukhwaseem,

This is expected behaviour.
The editing (creation) code cannot know the complexities of what might eventually happen to the bar after it has achieved its full size.
It may go into overflow if it's a long event that overlaps with cells that are already full. It may end up at some other position in the cell. During drag, thus cannot be known. So, it creates the new bar at the top of the cell(s)

All the best,
Alex


Post Reply