New issue
Advanced search Search tips

Issue 668537 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: Dec 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Pointer event targets are not set correctly immediately after release

Project Member Reported by nzolghadr@chromium.org, Nov 24 2016

Issue description

After calling releasePointerCapture the expectation is that the event should be sent to the hit-test result. However, it seems that the very first event is mistakenly routed to the capturing element.

https://cs.chromium.org/chromium/src/third_party/WebKit/LayoutTests/fast/events/pointerevents/mouse-pointer-capture-expected.txt?l=138

 
Status: Fixed (was: Assigned)
This is also fixed in http://crrev.com/2521993003

Sign in to add a comment