DescriptionFix tap target consistency with link highlighting and hover/active
Touch adjustment doesn't always return the correct node for a point.
This used to be masked by extra hit tests, but in crbug.com/381728
I attempted to remove redundant hit tests for better performance.
I added an explicit redundant hit-test back in crbug.com/396652 but
only for the tap event handling, not for GestureShowPress. This moves
that temporary additional hit-test back so that it applies to all
types of gesture events that involve touch adjustment.
BUG=405508
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=180791
Patch Set 1 #Patch Set 2 : Add optimization (against master - for testing) #Patch Set 3 : Standalone patch (for review) #
Total comments: 1
Patch Set 4 : Merge with trunk #Patch Set 5 : Minor tweak to fix new mainframe scrollbar case #Patch Set 6 : Fix scrollbar case #Messages
Total messages: 17 (0 generated)
|