-
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.53-deprecated, 2.0.0.54-deprecated, 2.0.0.56-deprecated
-
Component/s: Scheduler
-
Labels:None
-
Fix Priority:4
-
Git Pull Request:
Reproduction Steps:
- Add the following events to Scheduler demo and modify firstDayOfWeek to 1:
{ content: 'Event 1', startDate: new Date(2015, 2, 28, 23, 0), endDate: new Date(2015, 2, 29, 1, 0) }, { content: 'Event 2', startDate: new Date(2015, 2, 29, 23, 0), endDate: new Date(2015, 2, 30, 1, 0) }
- Start demo
- Select "Week" view and go that week which start with March 23.
Result: The event does not appear at the bottom of Sunday (March 29).
Please refer to the attached screenshots.
- relates
-
LPS-54817 Wrong display of recurrent overnight events when week starts with Monday
- Closed
-
AUI-1864 In month view, events spanning into a Daylight Savings Time interval are not displayed in the week the DST starts
-
- Closed
-
-
AUI-1865 In month view, events spanning into DST are not displayed in the last day of first DST week
-
- Closed
-
-
AUI-1852 Events spanning through more than a week are not displayed correctly in month view
-
- Closed
-
-
LPS-34612 Enterprise Calendar - Unable to render colored event blocks spanning the Daylight Savings Time change correctly
- Verified