-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Bug: Events with equal start, end dates are completely overlapping each other in 'day' view #2110
Comments
What I've meant is if we have 2 events: a, b, and a.start = a.end = b.start = b.end, than a is completely overlapped by b in 'day' layout |
It turned out that I cannot use 0.23.0 because some functionality is not working in this version. The last version without the bug I mentioned is 0.24.0 |
Just curious, but what is the use case for having items with equal start and end times? I look at Big Calendar like I might look at Outlook or gCal, where you create appointments and such on a calendar display. You're talking about creating events with no time span... |
I want to display events in calendar only in the end date because it's not important how long this event takes I just want to display the deadline of it |
…ping each other in the `day` view with dayLayoutAlgorithm=`no-overlap`
Hi, would you consider my fix for this bug? |
Thanks to D0HaTeJIJI0 for the fix here #2110
Do you want to request a feature or report a bug?
Report a bug
What's the current behavior?
Hi,
When I create 2 events which have start = end dates and start of 1 event is equal to start of the 2nd event, then in 'day' view those events are completely overlapping each other even thought dayLayoutAlgorithm is set to 'no-overlap'.
Workaround
In version 0.23.0 there is no such problem. So I had to downgrade to 0.23.0
The text was updated successfully, but these errors were encountered: