- From: smaug---- <notifications@github.com>
- Date: Mon, 11 Apr 2016 09:54:45 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Monday, 11 April 2016 16:55:13 UTC
FWIW, looks like there was code in Gecko which tried to allow changing cancelBubble flag only during target/bubble phase[1], but it was apparently never working, if I trust my own comment from 10 years ago https://bugzilla.mozilla.org/show_bug.cgi?id=330494#c3 (Gecko used to have super hard to maintain and understand event dispatch code before Gecko 1.9, so, around that 10 years ago.) [1] I think this would be to mimic old IE. IIRC, it has effectively just target and bubble phases. --- 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/211#issuecomment-208448205
Received on Monday, 11 April 2016 16:55:13 UTC