You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have encountered a situation where certain mice have vastly different mouse deltas on Firefox as compared with the rest of the browsers. Like, 10x difference.
This shouldn't happen, as in theory React's onWheel() should be normalizing all the deltas across browsers. That is what React advertises it does, but it seems that it is unable to handle certain edge cases.
The text was updated successfully, but these errors were encountered:
I have looked at a few other mouse wheel normalization scripts and they all seem to refer back to jquery.mousewheel.js as the most comprehensive option available.
hew
changed the title
Some Firefox Mouse Deltas not Normalized by React
Mouse Deltas not Normalized by React
Apr 26, 2016
I have encountered a situation where certain mice have vastly different mouse deltas on Firefox as compared with the rest of the browsers. Like, 10x difference.
This shouldn't happen, as in theory React's
onWheel()
should be normalizing all the deltas across browsers. That is what React advertises it does, but it seems that it is unable to handle certain edge cases.The text was updated successfully, but these errors were encountered: