New issue
Advanced search Search tips

Issue 634512 link

Starred by 3 users

Issue metadata

Status: Fixed
Owner:
Closed: Aug 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

Implement Element.hasPointerCapture

Project Member Reported by mustaq@chromium.org, Aug 4 2016

Issue description

This came up during the Hackathon, details are in the github issue:
https://github.com/w3c/pointerevents/issues/121

 
Status: Started (was: Assigned)
Project Member

Comment 2 by bugdroid1@chromium.org, Aug 10 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/157602278ef0f09beffd09f2491807fbb19c763e

commit 157602278ef0f09beffd09f2491807fbb19c763e
Author: mustaq <mustaq@chromium.org>
Date: Wed Aug 10 18:49:29 2016

Added PointerEvent.hasPointerCapture API.

BUG= 634512 

Review-Url: https://codereview.chromium.org/2220043002
Cr-Commit-Position: refs/heads/master@{#411106}

[modify] https://crrev.com/157602278ef0f09beffd09f2491807fbb19c763e/third_party/WebKit/LayoutTests/fast/events/pointerevents/mouse-pointer-capture.html
[add] https://crrev.com/157602278ef0f09beffd09f2491807fbb19c763e/third_party/WebKit/LayoutTests/fast/events/pointerevents/mouse-pointer-haspointercapture.html
[modify] https://crrev.com/157602278ef0f09beffd09f2491807fbb19c763e/third_party/WebKit/LayoutTests/webexposed/element-instance-property-listing-expected.txt
[modify] https://crrev.com/157602278ef0f09beffd09f2491807fbb19c763e/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
[modify] https://crrev.com/157602278ef0f09beffd09f2491807fbb19c763e/third_party/WebKit/Source/core/dom/Element.cpp
[modify] https://crrev.com/157602278ef0f09beffd09f2491807fbb19c763e/third_party/WebKit/Source/core/dom/Element.h
[modify] https://crrev.com/157602278ef0f09beffd09f2491807fbb19c763e/third_party/WebKit/Source/core/dom/Element.idl
[modify] https://crrev.com/157602278ef0f09beffd09f2491807fbb19c763e/third_party/WebKit/Source/core/input/EventHandler.cpp
[modify] https://crrev.com/157602278ef0f09beffd09f2491807fbb19c763e/third_party/WebKit/Source/core/input/EventHandler.h
[modify] https://crrev.com/157602278ef0f09beffd09f2491807fbb19c763e/third_party/WebKit/Source/core/input/PointerEventManager.cpp
[modify] https://crrev.com/157602278ef0f09beffd09f2491807fbb19c763e/third_party/WebKit/Source/core/input/PointerEventManager.h

Comment 3 by mustaq@chromium.org, Aug 11 2016

Status: Fixed (was: Started)

Comment 4 by jmedley@google.com, Aug 11 2016

mustaq,

Which version of Chrome are you aiming for?

Comment 5 by mustaq@chromium.org, Aug 11 2016

M54 is fine, this is part PointerEvent v2.
Labels: M-54

Sign in to add a comment