Premium support for our pure JavaScript UI components


Post by b.wust »

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.

bryntum_info_1.png
bryntum_info_1.png (247.79 KiB) Viewed 5797 times

I tested different Version 7.X Version from Bryntum, they all have this Error. In Version 6 it was
working perfectly.

Greetings, Bastian


Post by tasnim »

Thanks for your report. We'll investigate it. Here is the ticket to track progress https://github.com/bryntum/support/issues/12951

Best regards,
Tasnim

How to ask for help? Please read our Support Policy


Post by b.wust »

Hi Bryntum Team,

we updated now to Version 7.2.3 and the Bug seems to happen much less frequently.

I think it has todo with another Bugfix that is included in Version 7.2.3:
https://github.com/bryntum/support/issues/12872

Maybe this information is helping you.

Greetings, Bastian


Post by tasnim »

Thanks for sharing the info. I'll add a comment to the ticket about this

Best regards,
Tasnim

How to ask for help? Please read our Support Policy


Post Reply