Chromium Code Reviews
Description[CRD iOS] Ignore touch event when the touch point is out of the canvas in direct input mode
Previously if the user taps outside the bounds of the desktop canvas,
GestureInterpreter will still attempt to inject the out-of-bound mouse event
and show the touch feedback. The mouse event will be clamped back to the edge
of the desktop (e.g. (50, -100) => (50, 0)).
The Android client will ignore out-of-bound touch inputs in touch mode. This
CL does the same thing for iOS client.
BUG=718704
Review-Url: https://codereview.chromium.org/2897143002
Cr-Commit-Position: refs/heads/master@{#474057}
Committed: https://chromium.googlesource.com/chromium/src/+/b932f1dd70ed60e43ca6fea500d01e155f2eae36
Patch Set 1 #
Messages
Total messages: 9 (4 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||