-
-
Notifications
You must be signed in to change notification settings - Fork 120
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 zero-duration events #377
Comments
If the duration of an event is zero, what do you expect to see? In |
Thanks for your reply :) In most calendars I'm familiar with it is possible to have an event with start end end being the same datetime, an example here from Microsoft Teams: The main issue regardless of the event being a line or not is that two events having the same start and end datetime overlap when they shouldn't as far as I can see? |
In v3.7.1 the minimum displayed event size is fixed at the |
Thank you for the update. Events are now rendered with a minimum height, but is looks like they still overlap if two or more events have the same start/end. I've updated the codepen to illustrate this using the latest version (3.7.1). |
I see the problem. Thank you, I'll fix it soon. |
Hi, this might be a rare scenario but in our usage we occasionally have events with the same start and end time. When rendered it seems they overlap even if
slotEventOverlap
is set tofalse
.Here is a codepen illustrating the issue;
https://codepen.io/hakonvik/pen/NWQoYVv
The CSS for min-height is a workaround to render an event with at least some height so that the time label is visible.
The text was updated successfully, but these errors were encountered: