Closed
Bug 610482
Opened 15 years ago
Closed 15 years ago
"ASSERTION: unexpected size" with fieldset, box-shadow
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, testcase)
Attachments
(2 files)
###!!! ASSERTION: unexpected size: 'aFrameArea.Size() == aForFrame->GetSize()', file layout/base/nsCSSRendering.cpp, line 1294
Reporter | ||
Comment 1•15 years ago
|
||
Comment 2•15 years ago
|
||
In bug 611574 I'm suggesting we simply mute this assertion for
<fieldset>. PaintBoxShadowInner handles this case correctly
as far as I can tell and for <fieldset> with a <legend> the
rendering is the desired one (ie the box-shadow is painted
offset "half-the-legend-height" down, same as the border is).
OS: Mac OS X → All
Hardware: x86_64 → All
Comment 3•15 years ago
|
||
Fixed by bug 611574 (testcases there covers it).
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•