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

End time incorrect for next-day events using nextDayThreshold React #6831

Closed
bartvdklu opened this issue Apr 29, 2022 · 2 comments
Closed

End time incorrect for next-day events using nextDayThreshold React #6831

bartvdklu opened this issue Apr 29, 2022 · 2 comments

Comments

@bartvdklu
Copy link

Reduced Test Case

https://codesandbox.io/s/goofy-fast-24hyll?file=/src/DemoApp.jsx

Bug Description

When using the React component of the Fullcalender I came across this bug. When there is an event of which the end date and end time is in the next day (before the nextDayThreshold) it renders the end time as 00:00. Is there a way to just display the correct end time? In the Reduced test case it should display "02:00" but now it displays "00:00".

The nextDayThreshold is now "02:30:00". I get that if I remove the threshold it displays everything the correct way but I need it to show in a single day cell nog multiple days if the calendar event ends at 02:00 for example.

Result now:
Schermafbeelding 2022-04-29 om 11 13 06

Desired result:
Schermafbeelding 2022-04-29 om 11 13 46

@acerix
Copy link
Member

acerix commented May 3, 2022

I believe this existing ticket captures this need:
#3038

Please visit the above issue, give a 👍 to vote (?), press the 🔈Subscribe button to receive updates.

@acerix acerix closed this as completed May 3, 2022
@vimonteglione
Copy link

I'm having the same issue, and it seems that the mentioned ticked doesn't really address it. Were you able to solve it? I also wonder if it only happens when using the React version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants