NeXTs / Clusterize.js

Tiny vanilla JS plugin to display large data sets easily
https://clusterize.js.org
MIT License
7.22k stars 412 forks source link

Scrolling is broken in the new chrome update #187

Open rtseuztz opened 2 years ago

rtseuztz commented 2 years ago

When Scrolling through a clusterized list, whenever a new cluster (or something like that) is hit the list stops scrolling. To keep scrolling, I can move my mouse a little bit and then scrolling works again. Currently to scroll a whole list without stopping, I have to move my mouse slightly to the left and right while scrolling.

Edit: This seems to be a chrome issue as it is happening in different places, like the chrome dev tools.

MitchellSPeterson commented 2 years ago

Chrome update: 102.0.5005.63 Seems to happen on cluster change.

NeXTs commented 2 years ago

Could you please provide demo video? And what's your OS?

MitchellSPeterson commented 2 years ago

We're on Windows but it should be happening on all OS's as long as they are using chrome on version (102.0.5005.**) that was released last Tuesday. (rtseuztz and I are working together for context) In the video I attached I was scrolling down the entire time, and only once I moved my mouse it seemed the scroll would rebind. I have seen other people having the same issue with other websites and web apps that have to do with this chrome update.

https://user-images.githubusercontent.com/69201534/171237736-a1343713-e216-47d2-a373-70b9ce751df9.mp4

)

NeXTs commented 2 years ago

I can not reproduce this on my mac. Latest chrome version

image

Could you please check if this helps https://jsfiddle.net/ktnbexa8/

MitchellSPeterson commented 2 years ago

Yeah, I've been messing around with something similar. It does help but isn't perfect, hopefully google puts out a fix soon. image