Open
Bug 621423
Opened 15 years ago
Updated 3 years ago
"ASSERTION: Scroll area should be inside client rect"
Categories
(Core :: Layout, defect)
Tracking
()
NEW
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, regression, testcase)
Attachments
(1 file)
|
134 bytes,
text/html
|
Details |
###!!! ASSERTION: Scroll area should be inside client rect: 'r.height >= 0', file /builds/slave/cen-osx-dbg/build/layout/generic/nsGfxScrollFrame.cpp, line 3158
Pretty sure this is a regression from bug 489303, since that patch touches code close to the assertion.
Comment 1•15 years ago
|
||
I get a pile of warnings and assertions about large coordinates and invalid widths and heights even without the patch for bug 489303.
In fact, before the patch for bug 489303, the assertion could never be triggered due the value it checks being constrained a couple of lines before. Post bug 489303, this constraint is removed and the assertion is triggered.
Comment 2•10 years ago
|
||
Still asserts on trunk.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•