Description[autofill] Show autofill popup when tapping near input's edge.
Tapping near the edge of an input field focuses the field, but does not
bring up the autofill popup. The issue is taking the tap width into
account when handling field focus, but not when checking which element
was tapped. The fix is to take the tap width and height into account
when checking which field was tapped.
This is the Chrome part of the fix. The Blink part is:
http://crrev.com/913323004
BUG=430318
Committed: https://crrev.com/881f5a7ee33a647fcf8db0b1e5210b700bb01a45
Cr-Commit-Position: refs/heads/master@{#316602}
Patch Set 1 #Patch Set 2 : Add a test #
Total comments: 3
Patch Set 3 : Use Blink hit testing #
Messages
Total messages: 29 (8 generated)
|