Completed
Last Updated: 09 Sep 2022 08:23 by ADMIN
Release 2022.R3
Created by: Vivek Bongu
Comments: 1
Category: Scheduler
Type: Bug Report
1

Bug report

Regression introduced in R1 2022 SP1.

Reproduction of the problem

Dojo example: https://dojo.telerik.com/akaJaXin/4

  1. Scroll down the Scheduler and add a new event.
  2. Double-click the newly added event and after the editor shows up, click on the "Cancel" or on the "Delete" button.

Current behavior

The popup closes and the Scheduler automatically scrolls to the top of the view.

Expected/desired behavior

The scroll position should remain. The current behavior is not user friendly, because if the user has multiple events with similar start times to remove, they will have to scroll back down every time they delete an event.

Environment

  • Kendo UI version: 2022.2.621
  • jQuery version: x.y
  • Browser: [all]
Completed
Last Updated: 07 May 2020 11:07 by ADMIN
Release 2020.R2

Bug report

Regression introduced in R1 2020. Reproducible with the SASS themes, but the Kendo UI script version has effect on the behavior. For example, the behavior is not reproducible if the latest (2020.1.406) SASS theme is used along with an older (2019.2.1023) version of the kendo.all.min.js file.

Reproduction of the problem

Dojo example.

  1. The behavior is exhibited when an event ends at the same time another event starts, as it is demonstrated in the dojo where "Interview" ends and "Meeting" starts at the same time - 06:15.

Current behavior

"Meeting" is displayed below and to the right of "Interview", similarly to how events are displayed when their time spans overlap.

Expected/desired behavior

"Meeting" should be displayed below "Interview".

Environment

  • Kendo UI version: 2020.1.406
  • jQuery version: x.y
  • Browser: [all]
Completed
Last Updated: 10 Jun 2021 06:33 by ADMIN
Release 2021.R2.SP.next
Created by: ashwani kumar
Comments: 0
Category: Scheduler
Type: Bug Report
0

Bug report

The Footer option of the UI for ASP.NET MVC Scheduler is disabled by default.

Reproduction of the problem

Demo.

Current behavior

No footer is rendered.

Expected/desired behavior

The footer should be enabled by default.

Currently, it has to be enabled explicitly: .Footer(true)

Environment

  • Kendo UI version: 2020.1.114
  • jQuery version: x.y
  • Browser: [all]
Completed
Last Updated: 12 Dec 2023 08:09 by ADMIN
Created by: Dan
Comments: 0
Category: Scheduler
Type: Bug Report
2

Bug report

The Scheduler's header container holding the dates and hours in the "Timeline Month" view is misaligning when the "Create new event" popup for the last event in the view appears on the screen.

Reproduction of the problem

  1. Open this Dojo and run it
  2. Scroll horizontally to the max right position
  3. Double click on the last day in the view

Current behavior

The header and the cells differentiating each day in the view are misaligned
image

Expected/desired behavior

There shouldn't be any misalignments when the "Create new event" popup appears on the screen

Environment

  • Kendo UI version: 2019.3.1023
  • jQuery version: x.y
  • Browser: [all]
Completed
Last Updated: 13 Jan 2020 09:19 by ADMIN
Release R1 2020

Bug report

If the CurrentTimeMarker is enabled (it is by default), the resources are grouped, and events with different resource values (about 70) are loaded for the current day, a significant performance deterioration is observed.
With the CurrentTimeMaker disabled or the events loaded for a date different than today (past or future) the performance issue is not exhibited.

Reproduction of the problem

MVCSchedulerCurrentTimeMarker.zip

  1. Run the attached sample project.

Current behavior

No exceptions are thrown, but the Scheduler becomes unresponsive.

Expected/desired behavior

There should be no performance hit, regardless of CurrentTimeMarker being enabled/disabled.

Environment

  • Kendo UI version: 2019.3.917
  • jQuery version: x.y
  • Browser: [all]
Completed
Last Updated: 26 May 2020 09:21 by ADMIN
Release 2020.R2.SP.next

Bug report

An occurrence can be deleted from the "x" button in the event's top right corner, but when it is edited a "Delete" button is not displayed in the editor.

Reproduction of the problem

Reproducible in the demos and also with editRecurringMode: "occurrence" (dojo example).

Current behavior

Delete button is not displayed.

Expected/desired behavior

Delete button is displayed.

Environment

  • Kendo UI version: 2019.3.917
  • jQuery version: x.y
  • Browser: [all]
Completed
Last Updated: 10 Oct 2019 14:34 by ADMIN
Release 2019.R3.SP.next

Bug report

Regression introduced in R2 2018.

Reproduction of the problem

The mobile mode of the Scheduler must be turned off.
Reproducible in the demos.

  1. Tap, hold and try to move an event

Current behavior

The moveStart event does not fire and the event cannot be moved.

Expected/desired behavior

The moveStart event fires and the event can be moved.

Environment

  • Kendo UI version: 2019.3.917
  • jQuery version: x.y
  • Browser: [Android]