Completed
Last Updated: 05 Mar 2024 06:23 by ADMIN
Release 2024 Q2 (May)
Created by: n/a
Comments: 0
Category: Scheduler
Type: Bug Report
0

Describe the bug
some of the template props are not available in the slot template

To Reproduce
https://stackblitz.com/edit/whbigs?file=src%2Fmain.vue

Expected behavior
props.start is available in the slot

Unplanned
Last Updated: 01 Feb 2024 12:46 by ADMIN
Scheduled for 2024 Q2 (May)

Describe the bug
The displaying of consecutive events in different timezones is inconsistent when we have a yearly recurrence.

To Reproduce

  1. Open this StackBlitz example
  2. Set your timezone to Mexico City
  3. Refresh the page and go the Sun, 6/18 - Sat, 6/24 week view
  4. See the Program 7 and Program 8 events in the Sat, 6/24 column
  5. Set your timezone to Mainland China
  6. Refresh the page and go the Sun, 6/18 - Sat, 6/24 week view
  7. See only the Program 7 event in the Sat, 6/24 column. The Program 8 event is visible in the Sun, 6/25 column

The above is not replicable if the following configuration is removed:

recurrenceRule: 'FREQ=YEARLY',

Expected behavior
The consecutive events in the Scheduler component should be displayed consecutively in all timezones and no matter the recurrence rule defined for each of the events.

Screenshots
Mexico timezone:
image
China Mainland
image

Completed
Last Updated: 12 Jul 2023 05:18 by ADMIN

Describe the bug
With version 3.11.00 of the Native Scheduler, we no longer have to define custom styles for the slots inside the component.

To Reproduce

  1. Open this StackBlitz example
  2. See the Scheduler's slots. Its colors are the default ones

Expected behavior
The result should be like in this StackBlitz example.

Screenshots
Expected result:
image

Completed
Last Updated: 18 Apr 2023 05:26 by ADMIN

Describe the bug
Scheduler difference in initial events' positioning in Firefox

To Reproduce
https://stackblitz.com/edit/to5tp6-yqy5j5?file=src%2Fmain.vue,package.json
Open the example in FireFox and in Chrome
In Firefox the events starts from 9:30

Expected behavior
The event starts in 8:30 in both browsers

Completed
Last Updated: 01 Mar 2023 06:25 by ADMIN
Release R2 2023 - Increment 1 (01.03.2023)
Created by: Michael
Comments: 0
Category: Scheduler
Type: Bug Report
0

Describe the bug
Scheduler Navigation is slow when grouped by resources

To Reproduce
Steps to reproduce the behavior:
https://stackblitz.com/edit/nuxt-starter-nwkdbu?file=package.json

Open the stackblitz
try to navigate to the next date by clicking on the arrow
Current - it takes 6-7 seconds

Expected behavior
Navigation and initial load are faster

Unplanned
Last Updated: 20 Feb 2023 14:45 by Michael

Describe the bug

The events part of an editable Native Scheduler cannot be opened for editing when displayed on a mobile device. If you take one and the same Scheduler and load it on a computer and on a tablet, on computer, the events' editing form can be opened with a double-click but there is no way to open the same form on a tablet, for example.

To Reproduce

  1. Open this StackBlitz example in Chrome
  2. Open the DevTools and switch to mobile view
  3. From the list with pre-defined devices select "iPad Air"
  4. Try to open the editing form of a randomly selected event

Expected behavior
There should be a way to open the editing form of the Native Scheduler when using the component on a mobile device

Unplanned
Last Updated: 17 Feb 2023 09:20 by Michael

Describe the bug

The events displayed inside a Timeline view are not fully expanded to the time boundaries of the slots available in the view. Events that are 30 minutes long are displayed like something around 20 minutes in length.

To Reproduce

  1. Open this StackBlitz example
  2. Check the way the 'Website upload' event is displayed

Expected behavior
The 'Website upload' event should be displayed inside two 15 minute slots

Screenshots
image

Unplanned
Last Updated: 30 Jan 2023 16:29 by Victor
Created by: Victor
Comments: 0
Category: Scheduler
Type: Bug Report
1

Describe the bug

The Scheduler's date property is not being updated reactively when the value of the data property passed to it is changed

To Reproduce
Steps to reproduce the behavior:

  1. Open this StackBlitz example
  2. Select a random value in the Calendar above the Scheduler
  3. The value of the schedulerDate variable is updated but the date inside the Scheduler is not changing

Expected behavior
The Scheduler's date should be updated when when the value of the schedulerDate variable is changed

Completed
Last Updated: 20 Jan 2023 13:35 by ADMIN
Release R1 2023 - Increment 3 (18.01.2023)

Describe the bug
The current implementation of the Native Scheduler component is not affected by the Internationalization configurations applied to it.

To Reproduce

  1. Open this Globalization Demo
  2. In it, the IntlProvider is defined with a locale value of es
  3. Having the above configuration, the first weekday in the Week view should be Monday, while, in the example, the first day is Sunday

Expected behavior
The Scheduler should accept both the Localization and Internationalization configurations applied to it.

Completed
Last Updated: 07 Oct 2022 14:31 by ADMIN
Release R1 2023 - Increment 1 (26.10.2022)

Describe the bug
A modal for selecting the editing mode of a recurring event appears on a double click over a recurring event even if the Native Scheduler is not editable.

To Reproduce

  1. Open this StackBlitz example
  2. Double-click on a random recurring event

Expected behavior
No popups should appear when double-clicking on an event when the Scheduler is not editable.

Screenshots
image

Completed
Last Updated: 07 Oct 2022 14:30 by ADMIN
Release R1 2023 - Increment 1 (26.10.2022)

Describe the bug
The Native Scheduler allows you to create a new event without setting a title for it. When such an event is created, its delete (X) icon cannot be clicked.

The issue is replicable in scenarios with both default rendering of a custom SchedulerItem.

To Reproduce

  1. Open this StackBlitz example
  2. Double-click on the Scheduler to create a new event
  3. Enter a value in the description field and save the new event

Expected behavior
When you try to delete the event that has no title, you should be able to do it

Workaround
Use the following CSS definition to workaround the bug:

div.k-scheduler-body > div > span.k-event-actions {
  z-index: 30000;
}

Here is a StackBlitz example demonstrating the usage of the above CSS.

Completed
Last Updated: 23 May 2022 14:38 by ADMIN
Release R3 I1 June 2022

Describe the bug
The "ghost" element that appears when we try to resize an event in the Scheduler is missing in the Timeline and Month views. The result is that the users don't have a visual representation of what is the new size of the event they are modifying. The resizing itself is working correctly. The issue is only with the visual representation.

To Reproduce

  1. Open this StackBlitz example
  2. From the Views in the upper right corner select "Timeline" or "Month" view
  3. Select a random event and try to resize it.

Expected behavior
An element that shows the possible new size of the event should appear like it is in the Day view, for example.

Completed
Last Updated: 23 May 2022 14:35 by ADMIN
Release R3 I1 June 2022

Describe the bug
In scenarios when we have a color applied to a Scheduler resource, the pre-defined color is not visualized as a background if we use the group prop. This happens when the resource is not available in the array passed to the group property. If the resource that holds a color is available in the group array, the colors are correctly displayed.

To Reproduce

  1. Open this StackBlitz example
  2. See the 4 events available in the view

Expected behavior
The events assigned to Room 1 should be with blue background and the events assigned to Room 2 should be with red/pink background. This should be valid for all scenarios in the Scheduler - with and without grouping.

Screenshots
image