Description
In the KendoReact Scheduler DayView, recurring events with a start time before midnight and an end time after midnight (e.g., 23:00–01:30) do not display the tail segment (the 00:00–end portion) on the following day. The same events render correctly in the WeekView and MonthView.
Plan
KendoReact
Steps To Reproduce
- Go to https://stackblitz.com/edit/react-3a3jcpmh-xvpqscsp?file=app%2Fdata.ts,app%2Fapp.tsx
- Click "Show Fill Day"
- Scroll down to ensure the recurring event form 23:30-08:00 is started at the end of the day
- Now click the Next arrow and observe that the tail segment (00:00–08:00) from the previous day's occurrence is missing.
Screenshots or video
No response
Actual Behavior
Only the head segment (23:00–00:00) of the current day's occurrence is rendered. The tail segment is absent.
Expected Behavior
The DayView should render both the "head" segment (23:00–00:00) of the current day's occurrence and the "tail" segment (00:00–01:30) carried over from the previous day's occurrence, consistent with the behavior shown in the WeekView.
Browser
Chrome
Browser version
latest
OS type
MacOS
OS version
No response
Last working version of the KendoReact package (if regression).
No response
Description
In the KendoReact Scheduler DayView, recurring events with a start time before midnight and an end time after midnight (e.g., 23:00–01:30) do not display the tail segment (the 00:00–end portion) on the following day. The same events render correctly in the WeekView and MonthView.
Plan
KendoReact
Steps To Reproduce
Screenshots or video
No response
Actual Behavior
Only the head segment (23:00–00:00) of the current day's occurrence is rendered. The tail segment is absent.
Expected Behavior
The DayView should render both the "head" segment (23:00–00:00) of the current day's occurrence and the "tail" segment (00:00–01:30) carried over from the previous day's occurrence, consistent with the behavior shown in the WeekView.
Browser
Chrome
Browser version
latest
OS type
MacOS
OS version
No response
Last working version of the KendoReact package (if regression).
No response