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

InfiniteScroll and horizontal split not working #9708

Open JockeLindberg opened 1 month ago

JockeLindberg commented 1 month ago

When we use infinite scroll as true, and then use horizontal split, the split screen does not show any events. If we scroll, new data gets loaded in the split screen, but its alignment is off by a several minutes i.e. the top panel and bottom panel events do not match for the same resource. Even the mouseover tooltip shows incorrect time. This does not happen if we do use infinite scroll and only use lazy loading.

Reproduced in the "split" demo, by adding infiniteScroll: true to the configuration and splitting horizontally.