Closed
Bug 409513
Opened 18 years ago
Closed 18 years ago
"ASSERTION: Creating ContinuingTextFrame, but there is no more content" with -moz-groupbox, rtl
Categories
(Core :: Layout: Text and Fonts, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Assigned: smontagu)
References
Details
(Keywords: assertion, rtl, testcase)
Attachments
(1 file)
|
252 bytes,
text/html
|
Details |
Loading the testcase triggers:
###!!! ASSERTION: Creating ContinuingTextFrame, but there is no more content: 'mContentOffset < aContent->GetText()->GetLength()', file /Users/jruderman/trunk/mozilla/layout/generic/nsTextFrameThebes.cpp, line 3169
| Assignee | ||
Comment 1•18 years ago
|
||
The patch in bug 409375 (attachment 294538 [details] [diff] [review]) removes that assertion but causes 2 new ones:
###!!! ASSERTION: Invalid offset: 'aOffset <= mSkipChars->mCharCount', file /home/smontagu/mozwork/cleantree/mozilla/gfx/thebes/src/gfxSkipChars.cpp, line 92
###!!! ASSERTION: Text run does not map enough text for our reflow: 'gfxSkipCharsIterator(iter).ConvertOriginalToSkipped(offset + length) <= mTextRun->GetLength()', file /home/smontagu/mozwork/cleantree/mozilla/layout/generic/nsTextFrameThebes.cpp, line 5308
Assignee: nobody → smontagu
Depends on: 409375
| Assignee | ||
Comment 2•18 years ago
|
||
Fixed by bug 409375 (the checked-in patch doesn't cause the new assertions). Testcase checked in as crashtest.
Status: NEW → RESOLVED
Closed: 18 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Comment 3•18 years ago
|
||
Mass-assigning the new rtl keyword to RTL-related (see bug 349193).
Keywords: rtl
You need to log in
before you can comment on or make changes to this bug.
Description
•