ui-virtualization icon indicating copy to clipboard operation
ui-virtualization copied to clipboard

Slow Scroll

Open ghost opened this issue 1 year ago • 3 comments

When scrolling slow using touch pad, it will not scroll up or down. Is happening in Chrome on macOS and Windows.

ghost avatar Aug 18 '23 13:08 ghost

https://github.com/aurelia/ui-virtualization/assets/104592970/0086f815-2743-4cea-acd3-cbebe50f80fd

ghost avatar Aug 18 '23 21:08 ghost

@mt-rcampo and with mousewheel it does work? or only dragging the scrollbar? from the looks of it maybe you have other event handlers? or maybe data population on demand?

Alexander-Taran avatar Aug 20 '23 21:08 Alexander-Taran

Well it happens when you scroll really slow either with touch pad or mouse wheel. I do have click.trigger on each row. When clicked a modal pops up with row info. Rows are populated once with repeat.for. Top right button would clear the array and fetch a whole new set of data.

ghost avatar Aug 20 '23 21:08 ghost