Our pure JavaScript Scheduler component


Post by Softhouse »

Hi,
We are trying to use the scroll functionality and are noticing som strange behaviour. At first we occasionally noticed that the scrollTo functionality is not scrolling all the way to the event.

After some investigation we have narrowed it down to be related to the use of infinite scroll.
If the event passed to the scroll method is outside of the loaded view the problem occurs.

Managed to reproduce the issue in:
https://bryntum.com/products/scheduler/examples/scrollto/
-> Add infinite scroll to the scheduler config
-> editing the start/end days of Event-1 to a few years from now
-> then choose Event-1 in the scroll to dropdown.

The scheduler does not scroll all the way and the promise from the scrollmethod does not resolve

Tested with: scrollEventIntoView & scrollResourceEventIntoView


Post by tasnim »

Hello,
Thanks for your detailed report. I've reproduced it! Opened a ticket to investigate that. Here it is https://github.com/bryntum/support/issues/6132

All The Best,
Tasnim


Post Reply