[Webkit-unassigned] [Bug 74392] [SVG] Element under filter disappears after scripted change

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 29 12:15:01 PST 2012


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





--- Comment #6 from Nikolas Zimmermann <zimmermann at kde.org>  2012-01-29 12:15:01 PST ---
Jeez, took me two days of debugging to find the culprit:
SVGUseElement::didRecalcStyle:

     shadowRoot->updateFromElement();
-
-    if (!needsStyleUpdate)
-        return;
-
     shadowRoot->updateStyle(change);

This will fix the underlying problem, will turn this into a patch with this test case tomorrow.

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