We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

UI/Behavior issues

Good day.
I found a couple of issues for React Scheduler Component.

1. Incorrect Aria-Labels for Delete Alert


2. Unexpected behavior of DeleteAlert
I select only one event (event represents by multiple rows on view). I want to delete only this event but DeleteAlert shows

In event arguments in data property this event has multiple items in data array.

3. Multiselect events issue - device(responsive) mode 
I need to replace Editor/EditEventInfo popup and show my custom view instead popup.
I used popupOpen event for this.
  popupOpen = ev => {
    if (ev) {
      switch (ev.type) {
        case "Editor":
        case "EditEventInfo": {
          alert("popup replaced");
          ev.cancel = true;
          break;
        }
      }
    }
  };

If I trigger EditEventInfo first time (popup will be cancelled) and after that try to select another appointment I get error:



https://stackblitz.com/edit/react-29zxbx
https://react-29zxbx.stackblitz.io


4.  Cosmetic bug of header bar on small sizes (height 194 px).

e-schedule class has oveflow:hidden; style



5 Replies

VM Vengatesh Maniraj Syncfusion Team February 10, 2020 06:35 AM UTC

Hi pavel, 

Greetings from Syncfusion Support. 

1: Incorrect Aria-Labels for Delete Alert 
  
We could able to reproduce the issue that you have reported. We had logged the defect report at our end and fix will be included in our 2020 Volume 1 release which is expected in end of March 2020. Kindly be patience until then. 
     

2: Unexpected behavior of DeleteAlert 
 
We have tried to reproduce the issue but it could be working fine at our end. Kindly check the below image and sample. If you still face the issue, please share as the events data object to serve you better. 
 
 
 

3. Multiselect events issue - device(responsive) mode && 4.  Cosmetic bug of header bar on small sizes (height 194 px). 
 
Thanks for sharing sample. 
 
We have ensured the reported issue in your shared sample at our end and it could be working fine without any console error. Kindly share the video demo for the better serve. 
 
Regards, 
Vengatesh 



PD Pavel Danilchyk February 10, 2020 12:54 PM UTC

2. Unexpected behavior of DeleteAlert
Step by step:
1. Open https://stackblitz.com/edit/react-jnbelb?file=index.js (your sample):
2. Open Month view and create appointment (2 weeks period at least).

3. Select this event.
4. Close quick info popup and click 'Delete' button on keyboard.
5. Result: