Unplanned
Last Updated: 09 May 2024 20:51 by ADMIN

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

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: 28 May 2024 08:07 by ADMIN

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