Incorrect hint is displayed and the events can not be resized correctly.
The events should be properly resized.
Bug report
In RTL Scheduler dragging of events does not horizontally scroll is not possible
Reproduction of the problem
1. Open this Dojo example - https://dojo.telerik.com/HrVYvFSY
2. Drag the Meetings with Alex event to the left. Scrolling to non visible slots not possible.
3. Scroll to the left to find an event in the middle of the day, start to drag it, the scheduler scrolls horizontally to the beginning of the day
Expected/desired behavior
Scrolling to the left shall be possible as it is in the non LTR Scheduler
Environment
Kendo UI version: all
Browser: [all]
Occasionally the k-focus class is not cleared from a previously selected view.
The k-focus class should be cleared
1715639
The events overlap
The events should be deisplayed one below each other.
The issue is a regression starting with 2023.2.606
The segmented control for the views is displayedin the toolbar, although the Scheduler uses a custom toolbar configuration and the Segmented control is not added there.
Only componentes listed in the toolbar configuration should be displayed
Workaround:
.k-scheduler-toolbar > .k-toolbar-views-dropdown,
.k-scheduler-views.k-segmented-control {
display: none !important;
}