[Webkit-unassigned] [Bug 10745] SVG layout needs to move out of DOM and into rendering tree during layout() call

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed Sep 6 01:09:56 PDT 2006


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





------- Comment #1 from macdome at opendarwin.org  2006-09-06 01:09 PDT -------
Blocks do have logic like this to prevent laying out their kids when not
necessary.  layoutBlock has a relayoutChildren bool which controls if the kids
get laid out.  Normally false is passed for this bool and the kids are only
re-laid-out if the width changed.  in the case of SVG this would be width or
height.  In our case, we could also check each kid to make sure it had
percentage-relative values before calling layout.  That might be an unnecessary
optimization at first however.


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