[iOS] Continue tracking pan events after they exit UIControl bounds.
Previously, |-continueTrackingWithTouch:withEvent:| returned NO when UIControl.touchInside became NO to short-circuit the tracking event. However, if the touches continued after this, |-endTrackingWithTouch: withEvent:| was not called, and the page control can be stuck in an intermediary state. This CL updates to continue tracking the pan after the touch leaves the page control's bounds so that the cleanup tracking callbacks can be properly received. Bug: 853634 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I0bfdedabceab824dd6ec4c687e3773fb0f4bcf63 Reviewed-on: https://chromium-review.googlesource.com/1147862 Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#577539}
Showing
Please register or sign in to comment