[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 #8 from Scott González <scott.gonzalez@gmail.com> ---
My biggest concern is removal during a pointerup event breaking someone that's
waiting for the mouseup event (which was likely bound to the document during
the mousedown event). I would expect the target to be the same for the mouse
event and the pointer event, but IE's behavior is better than Patrick's
expectation of the event just vanishing because it would break less code.

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

Received on Wednesday, 5 March 2014 19:38:15 UTC