[Webkit-unassigned] [Bug 11015] SVG handles em units incorrectly

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed Sep 27 12:21:24 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=11015


macdome at opendarwin.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #10797|review?                     |review+
               Flag|                            |




------- Comment #7 from macdome at opendarwin.org  2006-09-27 12:21 PDT -------
(From update of attachment 10797)
No need for these extra { }:
+    {
+        if (renderer())
+            renderer()->setNeedsLayout(true);
+    }

+    SVGElement::attributeChanged(attr, preserveDecls);

should call the direct parent, not skip parents in the chain.  That will cause
weird bugs later (when we start to depend on SVGTransformableElement (or
similar) doing the proper attributeChanged actions.

Resolve those two issues and land away!

r=me


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list