DescriptionFix issue with longpress drag selection motion
If the user has already dragged outside the initial selected word region
by the time the browser gets a selection update, or if the selected word
isn't coincident with the longpress location, the subsequently dragged
selection endpoint can be wrong. For such cases, rather than
using the drag direction for drag anchor picking, just use the distance
between the current touch point and the selection endpoints.
BUG=466749
Committed: https://crrev.com/a188bd6dff9c2a0425d1f31e3ab929c373762d83
Cr-Commit-Position: refs/heads/master@{#341791}
Patch Set 1 #
Total comments: 4
Patch Set 2 : Code review #
Messages
Total messages: 12 (3 generated)
|