Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timeline view unable to shrink some events #7099

Closed
1 task done
koen20 opened this issue Dec 21, 2022 · 4 comments
Closed
1 task done

Timeline view unable to shrink some events #7099

koen20 opened this issue Dec 21, 2022 · 4 comments

Comments

@koen20
Copy link

koen20 commented Dec 21, 2022

Reduced Test Case

https://fullcalendar.io/docs/debug-scheduler

Do you understand that if a reduced test case is not provided, we will intentionally delay triaging of your ticket?

  • I understand

Which connector are you using (React/Angular/etc)?

No connector (vanilla JS)

Bug Description

Recreate bug

  • Make event longer by dragging the end of the event
  • Shrink event by dragging the end of the event
  • The event snaps back to the original position instead of shrinking

The event snaps back to the original postion when I try to shrink it. I expect the event to resize to the correct position. I was sometimes able to fix this by moving the event to a different resource. I did not get this bug when I tried it with 5.11.3.

Fullcalendar version: 6.0.1
Browser: Chrome 108.0.5359.124 and Safari

I added a video where you can see the event snapping back to the original postion.

full-calendar

@arshaw
Copy link
Member

arshaw commented Dec 21, 2022

Confirmed. This seems to be a v6 regression (v5 example). I'll fix

@vlebeau
Copy link

vlebeau commented Dec 21, 2022

Is it the same problem in the timeGridWeek view? You can reproduce the problem with the Drag-n-drop demo : https://fullcalendar.io/demos

@koen20
Copy link
Author

koen20 commented Dec 22, 2022

@vlebeau It seems that all view types have the same problem. I was able to reproduce the problem with all examples from the demo page

@arshaw
Copy link
Member

arshaw commented Dec 27, 2022

Fixed in v6.0.2

See the demo page that has been updated with the latest version:
https://fullcalendar.io/docs/debug-scheduler

@arshaw arshaw closed this as completed Dec 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants