Closed
Bug 386690
Opened 18 years ago
Closed 15 years ago
Negative width attribute and percentage height on <svg:foreignObject> causes "ASSERTION: reflow state made child wrong size" and more
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
111 bytes,
image/svg+xml
|
Details |
This is similar to bug 385246 (which is fixed). The difference seems to be that the height attribute is a percentage height.
###!!! ASSERTION: reflow state made child wrong size: 'reflowState.ComputedWidth() == size.width', file /Users/jruderman/trunk/mozilla/layout/svg/base/src/nsSVGForeignObjectFrame.cpp, line 609
###!!! ASSERTION: unexpected size: 'size.width == desiredSize.width && size.height == desiredSize.height', file /Users/jruderman/trunk/mozilla/layout/svg/base/src/nsSVGForeignObjectFrame.cpp, line 615
![]() |
||
Comment 1•18 years ago
|
||
I'm getting an insane number of "cannot call on a dirty frame not currently being reflowed" assertions, but that seems to be fairly normal as of late.
Are you still seeing these other assertions Jesse? I'm not.
Reporter | ||
Comment 3•16 years ago
|
||
Still happens on trunk.
Reporter | ||
Comment 4•15 years ago
|
||
WFM on trunk. No assertion failures.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 5•15 years ago
|
||
Seeing this again (testing with mozilla-central rev 8777ed85c5ac).
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Comment 6•15 years ago
|
||
Gone for me now. WFM for you? If so I could you check in the testcase before we screw it up again please Jesse?
Reporter | ||
Comment 7•15 years ago
|
||
WFM. Yes, I'll check in the testcase :)
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → WORKSFORME
Comment 8•15 years ago
|
||
FWIW, the Comment 5 --> Comment 6 change was almost certainly fixed by the addition of a "NS_MAX" call, mentioned in bug 596765 comment 17.
Updating to indicate this being FIXED by that bug.
Reporter | ||
Comment 9•15 years ago
|
||
Crashtest added:
http://hg.mozilla.org/mozilla-central/rev/d24f0712886d
Flags: in-testsuite? → in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•