[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

Jacob Rossi [MSFT] <jrossi@microsoft.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #23 from Jacob Rossi [MSFT] <jrossi@microsoft.com> ---
I agree with your suggestion. In particular, the change to "nearest ancestor
node" to cover the subtree removal case. However, I would change "(based on the
original path)" to "(based on the new target node)".  The former sounds like
the original path is to be used as an input into the event path creation
algorithm in some special way. Really you're just building a brand new path
using the newly found target node.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Tuesday, 3 June 2014 13:13:05 UTC