DescriptionSend lostpointercapture on touch capturing
We are sending both got/lostpointercapture events on touches
by setting the implicit pointer capture right after the touch
starts.
Also sending lostpointercapture on touch released or
cancel right away after pointerup/cancel as we will never
get another pointer event with the same id to trigger
sending the lostpointercapture.
More on the interaction of pointer event capturing and
touch capturing will be addressed in crbug.com/579553
BUG=596505
Committed: https://crrev.com/268b54a5f857d2d8a89199e3ada14b0afed2075e
Cr-Commit-Position: refs/heads/master@{#385219}
Patch Set 1 #
Total comments: 10
Patch Set 2 : Updating the test and implicit capture on touchPressed #
Total comments: 9
Patch Set 3 : Enhance the multi-touch test #
Total comments: 4
Patch Set 4 : Clarifying the comment #Patch Set 5 : #Messages
Total messages: 24 (10 generated)
|