-
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.50-deprecated, 3.1.x
-
Component/s: Scheduler
-
Labels:
-
Fix Priority:4
-
Git Pull Request:
Reproduction Steps:
1. Add two new events to Scheduler demo (Important: one of them will be started on end of week)
{ content: 'Event 4', startDate: new Date(2015, 1, 21, 23, 30), endDate: new Date(2015, 1, 22, 1, 30), allDay: false }, { content: 'Event 5', startDate: new Date(2015, 1, 22, 23, 30), endDate: new Date(2015, 1, 23, 1, 30), allDay: false }
2. Select "Month" view
You can see that padding node is show up.
3a. Go to the "Week" view and select 3. week.
You can see that Event4(2015.02.21. 23.30 - 2015.02.22. 01.30)'s second part is missing. Please see the attached screen.
3b. Go to the "Week" view and select 4. week.
You can see that Event4(2015.02.21. 23.30 - 2015.02.22. 01.30)'s first part is missing. Please see the attached screen.
This behavior is causing because "Week" view always hides the unnecessary part of event.
- relates
-
LPS-53817 Calendar: Incorrect display of overnight events in monthly view
- Closed