Page 1 of 1

[REACT] Non-working events partially disappaer during scroll

Posted: Tue Dec 06, 2022 10:31 am
by sasha573

Hi guys!
With large data set, if we scroll down and back, some of the non-working events disappear during scroll.
On load the events are displayed correctly:

Capture.PNG
Capture.PNG (17.42 KiB) Viewed 639 times

After scrolling down and back, some of the events are disappearing from display:

Capture2.PNG
Capture2.PNG (17.2 KiB) Viewed 639 times

If we scroll again, more events will not be displayed.


Re: [REACT] Non-working events partially disappaer during scroll

Posted: Tue Dec 06, 2022 12:27 pm
by tasnim

Hi,
I've tried to reproduce it. But I wasn't able to reproduce it. Could you please provide your json data so we can try reproducing with that?


Re: [REACT] Non-working events partially disappaer during scroll

Posted: Tue Dec 06, 2022 3:13 pm
by sasha573

Hi Tansim!
I've prepared the test case based on inline-data sample.
To reproduce the issue, please click on "Change data" button. First time it uploads data for Machine 1 and 2, the second click will upload 3 machines. If you change viewPreset to "Hour" by clicking on the menu in toolbar, you'll be able to see non-working calendar events. If you scroll, the bug will be reproduced on the 3rd machine. The calendar events on tasks 1.3.8, 1.3.9 and 1.3.10 will disappear.
In our case, there are over ten machines and each time during scroll, calendar events disappear on random tasks.
I'm catching one more bug, which could be also reproduced on this sample.
If we load 3 machines, the horizontal scroll disappears and we can't see the whole queue of the tasks.

Capture4.PNG
Capture4.PNG (44.33 KiB) Viewed 630 times

Seems like the gantt end date is not updated with upload of the 3rd machine.


Re: [REACT] Non-working events partially disappaer during scroll

Posted: Wed Dec 07, 2022 7:02 am
by tasnim

Thanks for your detailed report. Reproduced. I've opened a ticket to investigate. Here it is https://github.com/bryntum/support/issues/5723

Good Luck :),
Tasnim


Re: [REACT] Non-working events partially disappaer during scroll

Posted: Wed Dec 07, 2022 1:23 pm
by sasha573

Thank you, Tasnim!