Closed
Bug 410967
Opened 18 years ago
Closed 18 years ago
"ASSERTION: negative length" with wrapping, arabic
Categories
(Core :: Layout: Text and Fonts, defect)
Core
Layout: Text and Fonts
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, regression, testcase)
Attachments
(2 files)
Loading the testcase triggers an assertion that was added in bug 406380:
###!!! ASSERTION: negative length: 'GetContentEnd() - mContentOffset >= 0', file /Users/jruderman/trunk/mozilla/layout/generic/nsTextFrame.h, line 291
Comment 1•18 years ago
|
||
Thje ResolveBidi() call is from nsBlockFrame::Reflow().
The nsTextFrame::SetLength() calls are from nsTextFrame::AdjustOffsetsForBidi().
Comment 2•18 years ago
|
||
It does not assert if I apply the patch in bug 409375.
Comment 3•18 years ago
|
||
Fixed by bug 409375. Testcase checked in as crashtest.
Status: NEW → RESOLVED
Closed: 18 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•