Closed Bug 1284185 Opened 8 years ago Closed 8 years ago

Follow up to 1258804 - investigate failure of test_pointerevent_lostpointercapture_is_first-manual.html

Categories

(Core :: DOM: Events, defect)

defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: stone, Assigned: stone)

References

Details

Test case test_pointerevent_lostpointercapture_is_first-manual.html try to
1. set pointer capture to 'target0' when the button received pointerdown
2. release pointer capture from div element when it received gotpointercapture
3. expect no pointer events are fired to target0 before lostpointercapture

[1] doesn't mention that UA must fire a lostpointercapture event to the element when calling releasePointerCapture on it. Checked Edge and Chrome's behavior, they don't fire lostpointercapture event. Looks like this test case should be refined. 

[1] https://w3c.github.io/pointerevents/#releasing-pointer-capture
Depends on: 1258804
Assignee: nobody → sshih
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.