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

Overlapping events dayMaxEvents "more" count is sometimes off #6900

Closed
Chicken opened this issue Jun 27, 2022 · 2 comments
Closed

Overlapping events dayMaxEvents "more" count is sometimes off #6900

Chicken opened this issue Jun 27, 2022 · 2 comments

Comments

@Chicken
Copy link

Chicken commented Jun 27, 2022

Reduced Test Case

https://codepen.io/AnttiCodes/pen/jOzNzMG

Bug Description

Sometimes with overlapping events and dayMaxEvents, the "more" count is off.
See the reduced test case for an example. Make the window size smaller to trigger the feature and the bug.
I'd expect the numbers to be 2 3 2 but they are 2 3 1.

Screenshots

Normally
27-120951

Reduced window size
27-121013

Even more reduced window size (for some reason fixes it?)
27-121028

The event also disappears from this popup
27-121057

@acerix
Copy link
Member

acerix commented Jun 27, 2022

Thanks, confirmed. Seems it may the same issue as in:
#6608

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

@arshaw
Copy link
Member

arshaw commented Feb 20, 2024

Fixed in v6.1.11

Updated repro:
https://codepen.io/arshaw/pen/RwdOyee

@arshaw arshaw closed this as completed Feb 20, 2024
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