[Webkit-unassigned] [Bug 101316] ShadowRoot::insertedInto is called many times without calling removedFrom when parsing <video controls>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 9 09:16:46 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=101316


Dimitri Glazkov (Google) <dglazkov at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dglazkov at chromium.org




--- Comment #3 from Dimitri Glazkov (Google) <dglazkov at chromium.org>  2012-11-09 09:18:23 PST ---
Yeah, this is crufty. insertedInto is a really low-level hook, and it's tempting to use it various convenient purposes. However, being a low-level hook, it's also a minefield in situations like this.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list