- From: <bugzilla@jessica.w3.org>
- Date: Thu, 30 Jan 2014 03:43:41 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=24421 --- Comment #3 from Hayato Ito <hayato@chromium.org> --- (In reply to Elliott Sprehn from comment #2) > This doesn't seem like a good change. It means that event dispatch does > totally different things in a detached subtree. What happens when you > compose a bunch of polymer elements and they start dispatching events to > talk to each other but aren't in the document yet? The sad news is that, as for WebKit and Blink, an event dispatching mechanism has been *broken* in disconnected nodes for years. See https://code.google.com/p/chromium/issues/detail?id=249582 I tried to fix that, but it caused multiple crashes. The previous attempt has been reverted. That is still broken, I guess. >From that, I believe no one is using event dispatch to make something useful in disconnected nodes. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Thursday, 30 January 2014 03:43:43 UTC