v1ack / svelte-virtual-scroll-list

Virtualized scrolling for big lists
https://v1ack.github.io/svelte-virtual-scroll-list/
MIT License
114 stars 18 forks source link

scrollToOffset() only works accurately up to a certain offset #19

Open silasabbott opened 1 year ago

silasabbott commented 1 year ago

After around 1500px offset and beyond, scrollToOffset() becomes inaccurate with variable-height items. I've observed this in Firefox, Chrome, and Safari, and with VirtualScroll set to both default mode or pageMode. If scrollToOffset is called at 1000 or less, it is consistently accurate every time.