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

Crash while dragging in RTL #9720

Open isglass opened 1 month ago

isglass commented 1 month ago

Found by monkeys, try this in basic-rtl.t.js:

t.chain(
    { action : 'drag', target : [101, 563], to : [643, 299] },
    { action : 'drag', target : [542, 539], to : [217, 89] }
);