Our pure JavaScript Scheduler component


Post by Acceless »

I'm using 2 different instances of Scheduler on the same LWC component. I enabled a feature to move events between 2 instances. Moving an event within the parent Scheduler component works fine, but if I will try to put the event on the second instance I see the error in the console and after releasing the button - the event moves back to the parent Scheduler.

111Снимок.PNG
111Снимок.PNG (37 KiB) Viewed 307 times

Post by Maxim Gorkovsky »

Hello.
Reproduced, ticket opened here: https://github.com/bryntum/support/issues/2682 Thank you for report.
This is pretty tricky issue. I see that dragdrop feature cannot get scheduler from the element because listeners get wrong targets. I'm afraid there's no easy way to patch this around.
Is this a major blocker for you?


Post Reply