Vertical scroll problems on latest Chrome/MacOs
Xtinct opened this issue · 2 comments
Vertical table scrolling is almost completely broken with latest version of Chrome(102.0.5005.115 arm64) on MacOs using trackpad. Scrolling immediately stops when starting scroll hovering table row to a point when this row is being deleted because of virtualization. Reproducible for me with every example from documentation: https://autodesk.github.io/react-base-table/examples/default
It seems that problem comes from overlay renderer: if it's completely hidden with display:none
or visibility: hidden
, everything works just fine
@Xtinct Thanks for reporting, yes I can reproduce it, that's annoying, the overlay was added to prevent blank content when scrolling
@Xtinct It's a bug in Chrome, will be fixed in next version of Chrome TanStack/virtual#313, https://bugs.chromium.org/p/chromium/issues/detail?id=1332962