rintoj / ngx-virtual-scroller

Virtual Scroll displays a virtual, "infinite" list.
https://rintoj.github.io/ngx-virtual-scroller
MIT License
977 stars 294 forks source link

Bug with mousewheeling #531

Open AudreySn opened 2 years ago

AudreySn commented 2 years ago

I have the following bug, when I use the mouse wheel to scroll down it works when my mouse is over the scrollbar, but as soon as I move the mouse outside of the scroller but still in the virtual scroller element, the scroll is considerably slower.

I've checked in the demo online and there is the same problem, but not on all the grids and not all browsers (it doesn't work in Edge and Chrome, but works in Firefox, I haven't tried other browsers).

Go to the demo here: https://rintoj.github.io/ngx-virtual-scroller/ click on Samples in the menu on the left, the first grid has the wheeling problem, but if you go the grid with multiple columns in works just fine.

Do you have an ideas ?

iharbeck commented 2 years ago

looks like a bug in chrome, latest chrome update (macos) fixed it for me. Safari did not have the problem.

AudreySn commented 2 years ago

Yes it worked for me too!