Fullcalendar: Events are displayed on the wrong date and get dragged together with jQuery 3.5

Created on 12 May 2020  ยท  3Comments  ยท  Source: fullcalendar/fullcalendar

In Version 3 Event Dragging/Resizing Demo all but the first event are displayed as lumped together. When I try to drag one to a different date, they all drag together. On mouse-up, they all snap to May 9.

I verified this in Chrome Version 81.0.4044.138 (Official Build) running (64-bit) in incognito mode to insure that no extensions may be interfering, and in Firefox 76.0 (64-bit).

If I open the demo in CodePen and comment out "editable: true", then each event is rendered in the correct position in the monthly calendar, but of course I can no longer drag and resize them.

This affects our app which uses Version 3. I am surprised that no one else has complained about this. Is Version 3 now deprecated in favor of Version 4?

Confirmed Event PoinSelect Event Rendering

Most helpful comment

Thanks for the report. I found this is caused by the jQuery update to 3.5, it works with 3.4:

https://codepen.io/acerix/pen/pojZjMY

There is another issue for jQuery 3.5 support which may also fix this:
https://github.com/fullcalendar/fullcalendar/issues/5348
โ†‘
Please visit the above issue, give a ๐Ÿ‘ to vote (?), press the ๐Ÿ”ˆSubscribe button to receive updates.

All 3 comments

Thanks for the report. I found this is caused by the jQuery update to 3.5, it works with 3.4:

https://codepen.io/acerix/pen/pojZjMY

There is another issue for jQuery 3.5 support which may also fix this:
https://github.com/fullcalendar/fullcalendar/issues/5348
โ†‘
Please visit the above issue, give a ๐Ÿ‘ to vote (?), press the ๐Ÿ”ˆSubscribe button to receive updates.

Upgraded to Jquery 3.5 today and found the same issue. I'm very happy to see it was already reported and will probably get a fix.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Deadpikle picture Deadpikle  ยท  3Comments

HELMAB picture HELMAB  ยท  3Comments

paulking86 picture paulking86  ยท  4Comments

SajjadGit picture SajjadGit  ยท  3Comments

Lacitomi picture Lacitomi  ยท  4Comments