-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0.x, master
-
Fix Version/s: 2.0.x, master, master-deprecated, 3.0.x, 2.0.0.52-deprecated, 3.1.x
-
Component/s: Scheduler
-
Labels:None
-
Fix Priority:4
-
Git Pull Request:
Reproduction Steps
1. Add the following events to demo html:
{ content: 'Other event 1', startDate: new Date(2015, 2, 25, 11, 00), endDate: new Date(2015, 2, 25, 16, 30), allDay: false, visible: true }, { content: 'Other event 2', startDate: new Date(2015, 2, 25, 15, 30), endDate: new Date(2015, 2, 25, 17, 00), allDay: false, visible: true }, { content: 'Other event 3', startDate: new Date(2015, 2, 25, 16, 00), endDate: new Date(2015, 2, 26, 11, 00), allDay: false, visible: true }, { content: 'Other event 4', startDate: new Date(2015, 2, 25, 18, 00), endDate: new Date(2015, 2, 26, 12, 30), allDay: false, visible: true }
2. Go to "Week" view
3. See attached image "AUI-1880-before-fixing.png".
PROBLEM: See that "event 3" and "event 4" are overlapping for 03/26
Expected: They should be shown in the same way in AUI-1880-after-fixing.png
- relates
-
LPS-54584 Overlapping events don't show up correctly
- Closed