Unplanned
Last Updated: 30 Jan 2024 14:12 by Stig

Bug report

If you configure a Scheduler's endTime (e.g. 16:15), and you have an event that ends past that endTime (e.g. 16:30), the event will not be properly visible.

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/esihUMUv/8
  2. Scroll to the 3 PM slot, where a Tennis Practice event should be scheduled

Current behavior

The Tennis Practice event is only briefly visible

Expected/desired behavior

The event should be visible respecting the view's endTime

Environment

  • Kendo UI version: 2023.3.1114
  • Browser: [all]
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]
Unplanned
Last Updated: 02 Jun 2023 06:35 by Yoshiyuki

Bug report

When the timezone of the machine and the timezone set in the Scheduler are in different days, the currentTimeMarker is not displayed in the Timeline view.

Reproduction of the problem

  1. Change the timezone of the machine to 'Fiji' or another timezone, thus the 'Honolulu and the chosen timezones are on different days. For example, when it is 3 am on 01.06 in Honolulu, it is 1 am on 02.06 in Fiji.
  2. Open the Dojo linked here where the timezone is set to 'Pacific/Honolulu' - https://dojo.telerik.com/@NeliKondova/UVuDAJib

Current behavior

When the timezone of the machine and the timezone set in the Scheduler are in different days, the cusrrentTimeMarker is not displayed in the Timeline view.

Expected/desired behavior

The cusrrentTimeMarker should be displayed in all the views.

Environment

  • Kendo UI version: 2023.1.425
  • Browser: [all ]
Unplanned
Last Updated: 25 Jan 2023 08:08 by Martin Breindahl
Created by: Martin Breindahl
Comments: 0
Category: Scheduler
Type: Bug Report
0

Bug report

When the Scheduler is opened on iOS device in desktop mode it could not be scrolled easily, the scrolling is not smooth.

Reproduction of the problem

  1. Open the demos - https://demos.telerik.com/kendo-ui/scheduler/timeline in Safari on iOS mobile device
  2. Set the Safari browser to be in Desktop mode.
  3. Try to scroll

Current behavior

The scrolling in Scheduler component is not very smooth on iOS desktop mode.

Expected/desired behavior

The Scheduler Timeline viwes should scroll as expected on iOS devices in Desktop mode.

Environment

  • Kendo UI version: 2023.1.117
  • 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)

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: 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.

Unplanned
Last Updated: 20 Oct 2022 08:30 by George

Bug report

When the YearView in Scheduler is opened on iOS device in desktop mode it could not be scrolled

Reproduction of the problem

  1. Open the demos - https://demos.telerik.com/kendo-ui/scheduler/yearview in Safari on iOS mobile device
  2. Set the Safari browser to be in Desktop mode.
  3. Try to scroll

Current behavior

The Scheduler in Year View could not be scrolled.

Expected/desired behavior

The Scheduler should be scrolled in iOS in both - mobile and desktop modes.

Environment

  • Kendo UI version: 2022.3.913
  • Browser: [ iOS XX Safari ]
Unplanned
Last Updated: 19 Oct 2022 07:35 by Hilton Pereira

Bug report

When date grouping is enabled in the Agenda view and the groups have different count off events, an incorrect event is returned in the change event hanlder.

Reproduction of the problem

  1. Open the Dojo or Dojo 2
  2. Click on an event in the last column

Current behavior

  1. An alert with the id of the event should appear. However, currently wrong id that belongs to a different event is displayed.

Expected/desired behavior

The correct id of the selected event schould be returned in the change event hanlder.

Environment

  • Kendo UI version: 2022.3.913
  • 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: 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]
Unplanned
Last Updated: 03 Sep 2021 11:05 by Sergey

Bug report

In a scenario when an event is dragged and is not saved due to an error while updating, or in case saving is prevented, next time when the user tries to drag the same event, the event hint will be misplaced.

Reproduction of the problem

  1. Open one of the following Dojo examples:
  1. Try to drag the same event multiple times

Current behavior

The second time the same event is being dragged its hint is rendered in a wrong place. In case the same event is dragged multiple times, the hint is getting more and more away from the original position.

Expected/desired behavior

The event hint should always be rendered starting from the event's position.

Environment

  • Kendo UI version: 2021.2.616
  • Browser: [all ]
Unplanned
Last Updated: 21 May 2021 07:07 by ADMIN

Device : Windows 10 tablet

Browser : Latest Chrome and Edge

 

When trying to move an event vertically inside the scheduler, the entire web page is scrolling. This cause the event to not move has supposed to.

The problem can be exprienced on the demo page of the scheduler : https://demos.telerik.com/kendo-ui/scheduler/move-resize

Thank you

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: 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
Unplanned
Last Updated: 16 Nov 2020 13:10 by Thomas

Bug report

When using the resize method the Scheduler's current time marker is not resized

Reproduction of the problem

  1. Run this dojo from this KB
  2. Note the horizontal scrollbar in the scheduler. For better representation collapse the Scheduler pane

Current behavior

The current time marker is not resized, screenshot for better representation:
image

Expected/desired behavior

The current time marker should be resized when using the resize() method

Environment

  • Kendo UI version: 2020.2.1023
  • 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: 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: 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.