please see the updated Stackblitz here:
https://stackblitz.com/edit/angular-pbhw8r?file=package.json
this new one uses Version 18.3.47 and still shows the buggy behavior:
How to reproduce:
1) start the new Stackblitz in the URL in this comment
2) move the vertical splitter in the StackBlitz so that the right app window is so small that the horizontal scrollbar appears in the scheduler and you only see the half of the month
2) select "Timeline year"
3) select the 25th of November (or the 29th of January) in the Date-Picker below the Scheduler
=> no scrolling to the selected date.
public onDataBound(args) {
console.log("### navigating to: ", this.selectedDate);
this.scheduleObj.scrollTo(null, this.selectedDate);
} |