DescriptionWheelEvent's deltaX/deltaY should report real amount of pixels scrolled
As per the specification, the DOM3 WheelEvent's deltaX/deltaY should report
the real amount of pixels scrolled. This is also the way IE and Firefox
behave.
However, Blink was reporting the number of mouse wheel ticks multiplied
by a multiplier (120) which does not necessarily match the real amount
of pixels that is scrolled.
R=arv
BUG=227454
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=156603
Patch Set 1 #Patch Set 2 : Forgot to remove debug #Patch Set 3 : Fix typo in test #
Total comments: 7
Patch Set 4 : Simplify test case #Patch Set 5 : No Change #
Messages
Total messages: 13 (0 generated)
|