Closed
Bug 803562
Opened 12 years ago
Closed 9 years ago
"ASSERTION: reflow roots should be reflowed at existing size..."
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
FIXED
mozilla45
People
(Reporter: jruderman, Assigned: longsonr)
References
Details
(Keywords: assertion, testcase)
Attachments
(3 files)
###!!! ASSERTION: reflow roots should be reflowed at existing size and svg.css should ensure we have no padding/border/margin: 'aReflowState.ComputedWidth() == GetSize().width && aReflowState.ComputedHeight() == GetSize().height', file layout/svg/nsSVGForeignObjectFrame.cpp, line 158
###!!! ASSERTION: non-root frame's desired size changed during an incremental reflow: '(target == rootFrame && size.height == NS_UNCONSTRAINEDSIZE) || (desiredSize.width == size.width && desiredSize.height == size.height)', file layout/base/nsPresShell.cpp, line 7472
Reporter | ||
Comment 1•12 years ago
|
||
Comment 2•9 years ago
|
||
Still reproduces on trunk.
Assignee | ||
Comment 3•9 years ago
|
||
Attachment #8678606 -
Flags: review?(dbaron)
Comment on attachment 8678606 [details] [diff] [review]
here's one way to fix it
Yeah, if we have border-width: 0 ! important, we should probably also have this.
Thanks.
r=dbaron
Attachment #8678606 -
Flags: review?(dbaron) → review+
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → longsonr
Assignee | ||
Comment 5•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Flags: in-testsuite+
Comment 7•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox45:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla45
Comment 8•9 years ago
|
||
bugherder uplift |
status-b2g-v2.5:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•