-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 3.0.1
-
Security Level: Jimmy
-
None
Steps to Reproduce
Create 2 CalendarItems in the same day, with the end of the first one being a full hour, and the start of the next one being the same full hour.
ex: test1 [14:00, 16:00]; test2 [16:00, 18:00]
Current Result
2nd event will display as if it was overlapping the first event (50% size, packed to right side)
Expected Result
If the 2 events are not overlapped, they should use the whole column.
Debug Information
FixPosition function checks for timeslots occupied by events.
events that end exact boundary of a time slot are marked as occupying the timeslot.
Workaround
- is duplicated by
-
ZKCAL-113 doesn't render consecutive calendar Items in full width and non-shifted
-
- Closed
-