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: 29 Nov 2023 13:49 by ADMIN
Release R1.2024-Increment.2(31.Jan.2024)

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: 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: 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: 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: 17 May 2021 12:31 by ADMIN
Release 2021.R2.SP.next
Created by: Karl
Comments: 1
Category: Scheduler
Type: Bug Report
0

jQuery.Deferred exception: $ is undefined tt@https://.../sites/pmo/SiteAssets/js/kendo.all.min.js:57:25403
te@https://.../sites/pmo/SiteAssets/js/kendo.all.min.js:57:941
ne@https://.../sites/pmo/SiteAssets/js/kendo.all.min.js:57:1027
Se@https://.../sites/pmo/SiteAssets/js/kendo.all.min.js:57:6785
saveAsPDF/<@https://.../sites/pmo/SiteAssets/js/kendo.all.min.js:58:6431
e@https://.../sites/pmo/SiteAssets/js/jquery-3.5.1.min.js:2:30005
l/</t<@https://.../sites/pmo/SiteAssets/js/jquery-3.5.1.min.js:2:30307
 undefined

undefined on $

jQuery alias does not exist with the noConflict()

Cannot use Export to PDF.

Completed
Last Updated: 23 Mar 2021 09:34 by ADMIN
Release 2021.R1.SP.next

Bug report

Regression introduced in R3 2020 SP2. Possibly related to #6034

Reproduction of the problem

Dojo example.

  1. Attempt to drag first event to a slot before the one it starts in.

Current behavior

The event cannot be dragged/dropped over the desired slot. It is automatically placed over the first slot of the day it starts in.

Expected/desired behavior

The event can be dropped over the desired time slot.

Environment

  • Kendo UI version: 2021.1.224
  • jQuery version: x.y
  • Browser: [all]
Completed
Last Updated: 02 Mar 2021 14:44 by ADMIN
Release 2021.R1.SP.next
Created by: Thor Ludvig
Comments: 0
Category: Scheduler
Type: Bug Report
0

Bug report

search textbox can't be localized in scheduler

Reproduction of the problem

https://dojo.telerik.com/@zdravkov/OHOfaHAb

Current behavior

search textbox placeholder and title are not localized

Expected/desired behavior

search textbox placeholder and title should be localized

We should also improve the localization settings on the server side as suggested in ticket: 1501795

Environment

  • **Kendo UI version: 2020.3.1118
Completed
Last Updated: 09 Feb 2021 09:15 by ADMIN

See https://docs.telerik.com/kendo-ui/controls/scheduling/scheduler/how-to/appearance/set-event-color-in-the-template

The example shows how to style the content of the event, but borders stay in the old color.

Additionally, images are broken.

 

Completed
Last Updated: 25 Jan 2021 09:57 by ADMIN
Release 2021.R1.SP.next
Created by: Brightstar
Comments: 3
Category: Scheduler
Type: Bug Report
3

According to the documentation for Scheduler.select() this method should "Gets or sets the events (or slots) which are selected." But if I pass in an array of multiple uid elements it only selects the last item in the array.

Code

jsbin example: https://jsbin.com/nirisakavo/1/edit?html,js,output

Really just added a function to select all:

function SelectAll() {
  var scheduler = $("#scheduler").data("kendoScheduler");
  var allEvents = scheduler.data().map(function(val, i) { return val.uid; });
  scheduler.select(allEvents);
}

Repro

Click the 'Select All' button.

Expected: Selects all events.

Actual: Selects only last event.

 

Completed
Last Updated: 18 Dec 2020 17:07 by ADMIN
Release 2021.R1

Bug report

The navigate event does not trigger when changing the view on a mobile device.

The event triggers back in version 2019.1.220.

Reproduction of the problem

  1. Open this example on a mobile device.
  2. Change the View.

Current behavior

The navigate event does not trigger when changing the view.

Expected/desired behavior

The navigate event should trigger.

Environment

  • Kendo UI version: 2020.3.1118
  • Browser: [all]
1 2