Hi there,
when using the timeline I noticed that the 12th calendar week is shown twice (one starting on March 21st and one on March 28th). Consequently, every week after those two is Numbered one too high.
This is reproducable in the latest nightly (SmartClient_v101p_2016-01-27_Pro) and all current browsers.
Code for reproduction:
Best regards
when using the timeline I noticed that the 12th calendar week is shown twice (one starting on March 21st and one on March 28th). Consequently, every week after those two is Numbered one too high.
This is reproducable in the latest nightly (SmartClient_v101p_2016-01-27_Pro) and all current browsers.
Code for reproduction:
Code:
isc.Timeline.create({ "ID" : "timeline_1", "startDate" : new Date(2016, 2, 20), "endDate" : new Date(2016, 3, 20), "headerLevels" : [{ "unit" : "week" }, { "unit" : "day" } ], "firstDayOfWeek" : 1, "weekPrefix" : "Calendar Week ", "dayPrefix" : "Day " })
Comment