forked from tenta-browser/chromium-crosswalk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Activate set/releasePointerCapture APIs for touch
Before this CL we were returning error when calling set/releasePointerCapture for touch pointer events. This change enables us to handle that and correctly set or release the capturing element. There is still a problem with the inner iframes. As the touch events are being handled in the top most EventHandler/PointerEventManager they are registered as active in there and not in the inner EventHandler. So if an element inside an iframe calls for these APIs still gets the same error as before. To be able to address that issue we need to do some refactoring in crbug.com/449649. BUG=579553 Review-Url: https://codereview.chromium.org/1990403002 Cr-Commit-Position: refs/heads/master@{#395949}
- Loading branch information
Showing
11 changed files
with
528 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.