Closed
Bug 428138
Opened 17 years ago
Closed 15 years ago
"ASSERTION: reflow state computed incorrect width" with <svg:foreignObject>, padding
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
521 bytes,
text/html
|
Details |
Loading the testcase triggers:
###!!! ASSERTION: reflow state computed incorrect width: 'reflowState.ComputedWidth() == size.width - reflowState.mComputedBorderPadding.LeftRight()', file /Users/jruderman/trunk/mozilla/layout/base/nsPresShell.cpp, line 6312
Comment 1•17 years ago
|
||
size.width == 0
reflowState.ComputedWidth() == 0
reflowState.mComputedBorderPadding.LeftRight() == 19200
Given that nsSVGForeignObjectFrame::Reflow always sets its desired size to the computed width and computed height (so ignores any border/padding styling), should we have some svg.css !important rules setting those to have size 0 or something?
Reporter | ||
Comment 2•15 years ago
|
||
WFM on trunk.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 3•15 years ago
|
||
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•