Closed
Bug 382129
Opened 18 years ago
Closed 18 years ago
Image with -moz-appearance: checkbox has inconsistent size and triggers "ASSERTION: bad width: 'GetInnerArea().width == mComputedSize.width'"
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
189 bytes,
application/xhtml+xml
|
Details |
The size of the image is not consistent: Cmd+R usually makes it big, while Cmd+Shift+R usually makes it small. When it is big, I see this assertion:
###!!! ASSERTION: bad width: 'GetInnerArea().width == mComputedSize.width', file /Users/jruderman/trunk/mozilla/layout/generic/nsImageFrame.cpp, line 1177
Reporter | ||
Comment 1•18 years ago
|
||
WFM on trunk. The image always appears at its intrinsic size and I don't see any assertions or warnings.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 2•18 years ago
|
||
I filed bug 400789 with a testcase that does trigger the assertion on trunk, reliably.
Reporter | ||
Comment 3•18 years ago
|
||
I checked in the testcase as a crashtest. I didn't make the test reload itself or anything like that, so it's not quite testing the right thing.
Flags: in-testsuite+
Updated•7 years ago
|
Product: Core → Core Graveyard
Updated•7 years ago
|
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•