[Bug 24923] What should happen to the mouse events if pointer event listener removes the target from document or hides it?

https://www.w3.org/Bugs/Public/show_bug.cgi?id=24923

--- Comment #2 from Patrick H. Lauke <redux@splintered.co.uk> ---
Created attachment 1448
  --> https://www.w3.org/Bugs/Public/attachment.cgi?id=1448&action=edit
pointerdown removes e.target, what about mousedown?

added little test file. in IE11, once the button is removed following
pointerdown, the mousedown event is still being fired at the parent div and
bubbles up to window.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 4 March 2014 22:15:06 UTC