Re: [whatwg/dom] Standardize certain Microsoft event extensions (#334)

Another thing I can't quite explain in Chrome is that if you have 2 nodes and the parent node has two capture listeners and the child node has a non-capture listener. Then in the first parent node listener you move the node to another document. In this listener the global is still the original. In the second listener is still the original, but in the child node it's the global of the new document. I don't get why it hasn't changed in the second parent node listener. ("window.event and moving an element post-dispatch" in https://github.com/w3c/web-platform-tests/pull/10329 tests this scenario. The asserts for that test are written to match Chrome.)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/334#issuecomment-379247567

Received on Friday, 6 April 2018 13:07:46 UTC