[Webkit-unassigned] [Bug 14639] <use> with % lengths does not update on window resize

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 15 01:43:46 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=14639





------- Comment #7 from eric at webkit.org  2007-12-15 01:43 PDT -------
I think we have another similar bug in bugzilla.  I expect that the layout
message is just not getting propagated all the way down.  The SVG rendering
tree assumes that only if you are set as selfNeedsLayout() then, and only then
did your bounds change and thus your kids need to be forced to layout.  In the
window resize case, that's not always true (due to the way that resize is
implemented in the HTML rendering tree).  I expect that's what is causing this.


-- 
Configure bugmail: http://bugs.webkit.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