bryntum / support

An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
https://www.bryntum.com
53 stars 6 forks source link

[VUE 3] Drag event from grid to scheduler not working #9908

Closed taauntik closed 1 month ago

taauntik commented 1 month ago

Forum post

Dragging events from grid to scheduler doesn't work like normal events

To reproduce download the zip file bellow and follow the steps in the video

https://github.com/user-attachments/assets/65b07944-fc81-4443-b2aa-c64397bedf04

dispotool-vue-poc_2.zip

JockeLindberg commented 1 month ago

This is caused by using a Scheduler reference included in the data() function in Vue, which makes it reactive, which Vue handles by converting to proxys. Closing issue as this is not a fault on our end.