DescriptionPass correct client coordinates for mouse events synthesized from a GestureTap
After re-adding the extra hit-tests on GestureTap in crrev.com/429793004 the
scroll offset was being added twice to the synthesized mouse events. This went
unnoticed because the target had already been determined in earlier hit-tests
and so the event was dispatch to the proper target but with the wrong
coordinates. This CL fixes that to match the exact coordinates that native
mouse events would report.
BUG=418800
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183699
Patch Set 1 #Patch Set 2 : Update expectations #Patch Set 3 : Update test output #
Total comments: 6
Patch Set 4 : Rebase ToT #Patch Set 5 : Address comments #
Messages
Total messages: 10 (3 generated)
|