Page 1 of 1

[REACT] Vertical view in Scheduler is not working

Posted: Mon May 18, 2020 9:28 am
by rajatraj733
Vertical view is causing a lot of issues. I'm using assignment model to relate between event and resource and found that dragging of events in scheduler creates issues where some of the methods inside scheduler.module.js breaks. Please check the snapshots attached.

Re: [REACT] Vertical view in Scheduler is not working

Posted: Mon May 18, 2020 9:54 am
by pmiklashevich
How can we reproduce? Please modify Multiassign demo (Scheduler/examples/multiassign/app.js) to add vertical mode and try this demo locally:
const scheduler = new Scheduler({
    mode : 'vertical',
Drag and drop works, I see no errors in console.
Запись активности на экране 2020-05-18 в 10.48.21.gif
Запись активности на экране 2020-05-18 в 10.48.21.gif (3.42 MiB) Viewed 964 times
Please provide a runnable testcase and mention what Scheduler version you're using. Try the latest one, it might be fixed there.

Re: [REACT] Vertical view in Scheduler is not working

Posted: Mon May 18, 2020 11:13 am
by rajatraj733
I'm using version 2.2.5. I'll make changes in example code and will verify.

Re: [REACT] Vertical view in Scheduler is not working

Posted: Mon May 25, 2020 4:14 pm
by mats

Any update?