Hello Bryntum Team,
We have a Problem using the Scheduler Pro with Nested Events.
In Version 6 everything was working fine, now with Version 7.2.2 it seems there is a Problem
with Rendering and/or loading Events in the Scheduler. Maybe there is Scrolling involved too,
but im not 100% sure.
I found a way to reproduce it reproduce it in your Online Examples.
When you open your Online Example:
https://bryntum.com/products/schedulerpro/examples/nested-events-configuration/
btnPrev: {
type: 'button',
icon: 'fa-arrow-left',
onClick() {
scheduler.shiftPrevious(1);
scheduler.project.load();
}
},
btnNext: {
type: 'button',
icon: 'fa-arrow-right',
onClick() {
scheduler.shiftNext(1);
scheduler.project.load();
}
},
When you now use the Buttons to go through different Dates you will see that Events are missing.
Sometimes alle Events are going aways, sometimes only 1 or 2. When you scroll up and down and use
the Buttons it seems to happen more often.
I tested different Version 7.X Version from Bryntum, they all have this Error. In Version 6 it was
working perfectly.
Greetings, Bastian