[Webkit-unassigned] [Bug 74858] chrome.dll!WebCore::SVGTRefElement::updateReferencedText ReadAV at NULL (e85cb8e140071fa7790cad215b0109dc)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 9 14:59:07 PST 2012


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





--- Comment #1 from Florin Malita <fmalita at google.com>  2012-01-09 14:59:08 PST ---
The DOMSubtreeModifiedEvent listener is still active on the target's parent after the target is removed.

We need to catch the target removal event and deactivate any associated listeners. I have a first-pass at this following up.

Additionally:

* on target removal, mark the tref as resource-pending again, to reattach if the same id is added at a later time (I believe this is desirable)
* move the DOMSubtreeModifiedEvent to the target element itself to keep things simple (I think we're only interested in catching updates to the target element, and the event appears to be dispatched to it too - hope I'm not missing something here)

-- 
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