-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
BugC: CalendarC: DatePickerC: DateTimePickerFP: CompletedSync status with associated Feedback ItemSync status with associated Feedback ItemSEV: LowjQuery
Milestone
Description
Bug report
The appearance when scrolling to previous and next is incosnistent. The next motnh appears slow and with a white space.
Reproduction of the problem
- Open the demo - https://demos.telerik.com/kendo-ui/calendar/index
- Scroll to the next month
Current behavior
Clicking on the 'Previous' month button the transition is nice and smooth but clicking on the 'Next' month button things are very sluggish with a snap effect.
Expected/desired behavior
Showing the 'Next' month should be rendered the same way as for the previous month.
The issue is a regression starting with: 2024.3.806
Environment
- Kendo UI version: 2024.3.806
- Browser: [all ]
Additional Information
This is caused by the k-hstack
class on the element that makes it a flexbox. It messes up some of the animation calculations.
Metadata
Metadata
Assignees
Labels
BugC: CalendarC: DatePickerC: DateTimePickerFP: CompletedSync status with associated Feedback ItemSync status with associated Feedback ItemSEV: LowjQuery