Bug 17424
Summary: | REGRESSION: SVG properly positioned only upon Redraw | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jeff Schiller <jeffschiller> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | CLOSED FIXED | ||
Severity: | Major | CC: | aegolden, baffo32, krit, webkit, zimmermann |
Priority: | P1 | Keywords: | Regression |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
URL: | http://www.codedread.com/browser-tests/test-svg-reflow.xhtml |
Jeff Schiller
http://www.codedread.com/browser-tests/test-svg-reflow.xhtml
Works in Firefox, Opera, Safari 3. Does not work in Webkit r30236 (green box should stay stuck to the right side of the window upon resize. It only displays properly upon forcing a redraw/reload.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Robert Blaut
Confirmed also on Mac OS X.
arnorv
Does not work in Safari 3.1.
Eric Seidel (no email)
Likely the SVG container layout optimizations which are causing this. Not sure. Possibly related to how RenderPath caches its absolute bounds IntRect m_absoluteBounds;
Nikolas Zimmermann
Bug confirmed, will be fixed by 33776.
*** This bug has been marked as a duplicate of bug 33776 ***
Jeff Schiller
Odd since this test has nothing to do with <use> but I won't complain :)
Nikolas Zimmermann
Eek, Jeff you are right! I meant to say, this is fixed in trunk :-)
I mixed it up, because I already landed the parts fixing this testcase, but it was part of the preparation work for the <use> patch.