Completed
Last Updated: 04 Jun 2024 06:03 by ADMIN
Release 2024 Q1

Bug report

If you resize the DevTools pane after destroying the Scheduler, a "Cannot read properties of null (reading 'getKendoToolBar')" error is thrown.

Regression introduced with 2022.2.621

Reproduction of the problem

  1. Open this example - https://runner.telerik.io/fullscreen/UNuJiGIR/5
  2. Open the DevTools and resize the pane so that the page would be ~30% width.

Current behavior

An error is thrown after resizing the pane.

Expected/desired behavior

No error should be thrown after resizing the pane.

Environment

  • Kendo UI version: 2023.3.1010
  • Browser: [all]
Completed
Last Updated: 22 Mar 2024 13:54 by ADMIN

Bug report

When a recurring event is created in a Scheduler and the id is not set to the event, then if the event is deleted an error is thrown in the console.

Reproduction of the problem

  1. Open the Dojo example.
  2. Create a new recurring event
  3. Remove the event:
    3.1. Select the 'Delete current occurrence' option
    3.2. Select the 'Delete the series' option

Current behavior

3.1. 'kendo.all.js:311085 Uncaught TypeError: Cannot read properties of undefined (reading 'startTimezone')' is thrown
3.2. 'Uncaught TypeError: Cannot read properties of undefined (reading recurrence exception)' is thrown in the console

Expected/desired behavior

There should be no errors in the console although the deleted event is without id being set. There could be some more descriptive message.

Environment

  • Kendo UI version: 2022.2.802
  • Browser: [all ]
Completed
Last Updated: 31 Jan 2024 14:58 by ADMIN

Bug report

When the mobile option of the Scheduler is set to true and the user double click/double-tap the Edit dialog is opened, but when saving the event, the following error is thrown in the console:

'Cannot read property 'isOccurrence' of undefined'

Reproduction of the problem

  1. Open the Dojo example in the emulator.
  2. Double click fast to edit or create an event
  3. Try to save the event

Current behavior

An error is thrown in the console (screencast)

Expected/desired behavior

There should be no error in the console

Environment

  • Kendo UI version: 2020.3.1021
  • Browser: [all ]
Completed
Last Updated: 12 Jan 2024 09:35 by ADMIN
Release R2.2023-Increment.1(15.Mar.2023)

When no height is set to the Scheduler the grouping does not expand in height to the rendered month views. 

Actual: https://dojo.telerik.com/UhoxowEh

Expected: https://dojo.telerik.com/UPiGosik

Completed
Last Updated: 10 Jan 2024 09:04 by ADMIN

### Bug report

When typing in the built-in search box of the Scheduler, the spacebar does not insert a blank space as expected.

### Reproduction of the problem

Type in any word in the search tool and press the spacebar.

A Dojo sample for reproduction: https://demos.telerik.com/kendo-ui/scheduler/search-events

When using Kendo version 2021.3.1109 in the same scenario, the spacebar opens the Popup form for event editing.

A Dojo sample for reproduction: https://dojo.telerik.com/irUKIsEc

### Expected/desired behavior

When you press the spacebar, it should insert a blank space.

### Environment

* **Kendo UI version: 2022.2.510
* **jQuery version: 1.12.4
* **Browser: [all]

Completed
Last Updated: 04 Dec 2023 13:08 by Sisi

Hi,

I'm having some erratic behavior when displaying recurring events in the scheduler when the browser is Safari and in other browsers when the device is an ipad.

The recurring events don't show on the presentation table, but if I force several clicks in the presentation table with the intention of creating a new event and then canceling, they sometimes are rendered in the right slots. After they are rendered if I click the presentation table they disappear again.

If I check the scheduler dataSource data the events are there to be shown.

I tried to replicate the same behavior with the scheduler demo that you have available and I couldn't replicate it. But then I realized  that in my case only recurring events won't show up. My hint was that the problem was with the recurrence rule. I created a dojo sample with my recurrence rule and then the bug appeared.

Concluding it seems that for some recurrence rules the recurring events may have problems to be rendered in the presentation table.

Here is a dojo sample replicating the problem that I describe:

https://dojo.telerik.com/USiLEXAk

 

How can I resolve this problem or have a potential fix?

Kind regards,

Marco Miranda. 

 

Completed
Last Updated: 25 Aug 2023 07:16 by ADMIN
Release R3.2023-Increment.2(30.Aug.2023)

When the slotByElement method is used for multiple elements this could lead to performance issues in Scheduler.
For example, the difference in the performance can be observed in the Dojo examples linked below when loading the Scheduler and when changing the selected resources:

Dojo with 2023.1.314 - https://dojo.telerik.com/@NeliKondova/UJOcEJoC

Dojo with 2023.1.425 - https://dojo.telerik.com/@NeliKondova/UHisivuC

The issue occurs starting with the 2023 R1 SP1 release and could be due to the following fix - #7260

Completed
Last Updated: 19 May 2023 09:25 by ADMIN
Release R2.2023-Increment.3(7.June.2023)

Bug report

Scheduler events in TimeLine view are displayed incorrectly when they start/end at the same time.

Reproduction of the problem

Run this dojo

Current behavior

Notice that Event 2 is displayed below Event 1, even though they do not overlap. Removing Event 3 results in Event 1 and 2 being rendered next to one another.

Expected/desired behavior

Event 2 should be displayed next to Event 1, but not below, as they do not overlap

Environment

  • Kendo UI version: 2020.2.513
  • Browser: [all]
Completed
Last Updated: 12 May 2023 15:27 by ADMIN
Release R2.2023-Increment.3(7.June.2023)
Created by: Fabien
Comments: 2
Category: Scheduler
Type: Feature Request
8
It would be great to be able to customize the scheduler's toolbar, either by specify custom buttons and actions through 'toolbar' option or by providing a custom template.
Completed
Last Updated: 11 Apr 2023 13:46 by ADMIN
Release R2.2023-Increment.2(26.Apr.2023)

I just upgraded to the latest version today.

kendoScheduler doesn't fire change event when in "Year" view.

This is really easy to duplicate. Select Year and it doesn't fire.

<!DOCTYPE html>

<html>
<head>
    <meta charset="utf-8"/>
    <title>Kendo UI Snippet</title>

    <link rel="stylesheet" href="https://kendo.cdn.telerik.com/2022.3.1109/styles/kendo.default-v2.min.css"/>

    <script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
    <script src="https://kendo.cdn.telerik.com/2022.3.1109/js/kendo.all.min.js"></script>
</head>
<body>
  
<div id="scheduler"></div>
<script>
$("#scheduler").kendoScheduler({
  date: new Date("2013/6/6"),
  views: [ "day", "month", "year" ],
  selectable:true,
  dataSource: [
    {
      id: 1,
      start: new Date("2013/6/6 08:00 AM"),
      end: new Date("2013/6/6 09:00 AM"),
      title: "Interview"
    }
  ],
  change: function(e) {
    var start = e.start;
    var end = e.end;

/* The result can be observed in the DevTools(F12) console of the browser. */
    console.log(kendo.format("Selection between {0:g} and {1:g}", start, end));
  }
});
</script>
</body>
</html>

 

 

 

Completed
Last Updated: 22 Dec 2022 14:33 by ADMIN
Release R1.2023-Increment.3(18.Jan.2023)
Created by: Paul
Comments: 1
Category: Scheduler
Type: Bug Report
0

This one is reproducible on the demo site today and that’s where this screenshot is from. Begin to create a new event. Set to recurring Monthly. Note that below “Never” is checked and the “10/11/2020” box is disabled. Now go and change your start date to any other date above. This box enables itself. It should not do this because the ending date option is not actually selected.

I fixed this in JavaScript by hooking into some events rather than modifying the Kendo.all.js file.

Completed
Last Updated: 22 Dec 2022 14:33 by ADMIN
Release R1.2023-Increment.3(18.Jan.2023)

Bug report

Editing a recurrent event in the Scheduler with End options set to Never triggers validation on the DatePicker.
This is a regression introduced with R1 of 2022

Reproduction of the problem

  1. Run this dojo.
  2. Create a recurring event, for example weekly, each Monday, starting on 6/3/2013, and set End to Never.
  3. Save event.
  4. Edit the series.
  5. Change the start and end date to 6/4/2013.

Current behavior

Validation error is displayed.
screencast

Expected/desired behavior

Validation error should not be present in this scenario.

Environment

  • Kendo UI version: 2022.3.1109
  • Browser: [all]
Completed
Last Updated: 27 Sep 2022 10:12 by ADMIN
Release R1.2023-Increment.1(09.Nov.2022)

Bug report

The recurring events are not rendered as expected in some scenarios depending on the start time set.

Reproduction of the problem

  1. Open the Dojo
    The difference between the first and the second event is the start time.

Current behavior

The first event is not rendered for every week, but it is rendered for every second week.

Expected/desired behavior

When the recurring rule is 'FREQ=WEEKLY' the event should be displayed every week, despite of its starting time.

The issue is a regression. The last working version is 2020 R1 SP1 (2020.1.219).

In 2020 R1 SP2 (2020.1.406) there is a bug related to missing events fixed with 2020.2.513. - Dojo with 2020.1.406
Starting with 2020 R2 (2020.2.513) the current behavior is introduced.

The issue might be related also to: #5978

Environment

  • Kendo UI version: 2022.2.802
  • Browser: [all ]
Completed
Last Updated: 09 Sep 2022 08:24 by ADMIN
Release 2022.R3

Bug report

When the dataSource for the resources is empty and the Month view is selected the 'Cannot read property 'firstChild' of undefined error is thrown in Scheduler.

Reproduction of the problem

  1. Open the Dojo and observe the browser console https://dojo.telerik.com/@NeliKondova/IvIJeLAw

Current behavior

'Cannot read property 'firstChild' of undefined error is thrown in Scheduler when the Month view is selected.

Expected/desired behavior

No error should be thrown with an empty resources dataSource in Scheduler.

The issue is a regression starting with 2020 R1 (2020.1.114) release

Environment

  • Kendo UI version: 2022.2.510
  • Browser: [all ]
Completed
Last Updated: 09 Sep 2022 08:23 by ADMIN
Release 2022.R3

Bug report

When you right click on an event to open a ContextMenu in the Scheduler, the first row is selected.

Regression introduced with 2022.1.301

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/aCEtARaH/22
  2. Right-click on a event cell

Current behavior

The first row is selected

Expected/desired behavior

The targeted row should be selected

Environment

  • Kendo UI version: 2022.2.802
  • Browser: [all]
Completed
Last Updated: 18 Feb 2022 06:23 by ADMIN
Created by: Mych
Comments: 1
Category: Scheduler
Type: Feature Request
2
I have a need to create an event that will indicate a resources availability. This only needs to be a thin coloured block. Actual events will then be created along side the 'Availability' block. Basically we have the ability to create an event template. Need to be able to create two have assign the correct template based on what type of event it is. Also need the availability event to be rendered first so that it is always to the left on vertical views and at the top in horizontal views.
Completed
Last Updated: 16 Feb 2022 14:29 by ADMIN
Created by: Imported User
Comments: 1
Category: Scheduler
Type: Feature Request
1
Currently, the moveEnd handler contains e.slot and e.resources objects to provide information about the slot where the event was dropped. Please add the corresponding fields to the moveStart handler to identify where the move began.
Completed
Last Updated: 03 Feb 2022 14:33 by ADMIN
Release 2022.R1.SP.next

When the dates for the current view are changed in Scheduler, the screenreaders do not read the new date.

Reproduction of the problem

1. Go to Keyboard Navigation Demo
2. Go to the arrow buttons in the toolbar and click 'Next' to change the date
3. Date changes to "Sunday, June 16, 2013 - ..."

Current behavior
The screenreaders do not inform the user that the date has been changed.

Expected/desired behavior
The user should be informed that the date has been changed.

Environment
Kendo UI version: 2021.2.616
Browser: [all ]

Completed
Last Updated: 26 Jan 2022 16:02 by ADMIN
Release 2022.R1.SP.next
Created by: Richard
Comments: 4
Category: Scheduler
Type: Bug Report
0

Bug report

Reproduction of the problem

Dojo example: https://dojo.telerik.com/aGidAkuP/2

  1. Double click an event to edit it.
  2. Enter and invalid hour (e.g., 25:00) or some text in the Start or the End DateTimePicker.
  3. Click the "Save" button.

Current behavior

The validation message appears for a fraction of a second and then disappears. No indication of which field is invalid remains. If a SASS theme is used, there is some indication - a red border around the invalid field appears.

Expected/desired behavior

The validation message remains until a valid date is entered in the DateTimePicker.

Environment

  • Kendo UI version: 2021.1.224
  • jQuery version: x.y
  • Browser: [all]
Completed
Last Updated: 25 Jan 2022 09:34 by ADMIN
There should be a way to programmatically get the selected timeslots from the scheduler. This might need to have the ability to not lose focus on blur of scheduler
1 2 3 4