Our pure JavaScript Scheduler component


Post by tim.lopez »

Hello,

I ran into this issue in my own project and I went and was able to reproduce it over on the live example:

https://bryntum.com/examples/scheduler/drag-between-schedulers/

Steps:

  1. Ctrl+C or Right click and copy an event on the top scheduler
  2. Ctrl+V or right click on the bottom scheduler

The menu for paste does not show up at all and the ctrl+V causes an error in the console:

Cannot destructure property 'assignmentRecords' of 'clipboard' as it is undefined.

Is this expected behaviour?


Post by alex.l »

Hello tim.lopez,

Not supported via different instances, only in bounds of one Scheduler. But it's worth of a feature request ticket. Link to track the status is here: https://github.com/bryntum/support/issues/5308

All the best,
Alex


Post Reply