facebookarchive / fixed-data-table

A React table component designed to allow presenting thousands of rows of data.
http://facebook.github.io/fixed-data-table/
Other
4.3k stars 553 forks source link

normalizeWheel too fast in Windows firefox #514

Open danieljames-dj opened 4 years ago

danieljames-dj commented 4 years ago

Hi Developers, first of all, thanks a lot for the normalizeWheel function, it is really helpful to tackle the mess-up of the way how web is handling scrolls. I would like to point out that in Firefox (somewhat latest version) of Windows 10, the scroll is too fast when scrolled using mouse. The event generated using normalizeWheel is giving a pixelY of 600 for firefox, which is way too much. But for Chrome, it's giving just 100 - which looks very normal.