Our pure JavaScript Scheduler component


Post 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.
Attachments
Screenshot 2020-05-18 at 12.57.35 PM.png
Screenshot 2020-05-18 at 12.57.35 PM.png (133.73 KiB) Viewed 963 times
Screenshot 2020-05-18 at 12.46.15 PM.png
Screenshot 2020-05-18 at 12.46.15 PM.png (200.71 KiB) Viewed 963 times

Post 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 958 times
Please provide a runnable testcase and mention what Scheduler version you're using. Try the latest one, it might be fixed there.

Pavlo Miklashevych
Sr. Frontend Developer


Post by rajatraj733 »

I'm using version 2.2.5. I'll make changes in example code and will verify.

Post by mats »

Any update?


Post Reply