Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(319)

Issue 2447773004: Check the root pointer events as well for capture (Closed)

Created:
4 years, 1 month ago by Navid Zolghadr
Modified:
4 years, 1 month ago
Reviewers:
CC:
chromium-reviews
Target Ref:
refs/pending/branch-heads/2883
Project:
chromium
Visibility:
Public.

Description

Check the root pointer events as well for capture Touch pointer events events are being routed to the target directly without passing all the iframes' EventHandlers. As a result the inner EventHandler has no clue whether a given pointerId is active or capturable if that is a touch pointer event. This CL adds the check to every iframe to also checks the root frame for the pointer event and it allows the capture if that pointer event was sent to a node inside the requested iframe. BUG=653860 Review-Url: https://chromiumcodereview.appspot.com/2408133007 Cr-Commit-Position: refs/heads/master@{#426205} (cherry picked from commit 85c41444f11d3c24ea24d3c776d96dbe913cad03) Committed: https://chromium.googlesource.com/chromium/src/+/094b89dce56c46509a394689c3bc391d57660d00

Patch Set 1 #

Messages

Total messages: 2 (1 generated)
Navid Zolghadr
4 years, 1 month ago (2016-10-24 18:06:00 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
094b89dce56c46509a394689c3bc391d57660d00.

Powered by Google App Engine
This is Rietveld 408576698