Closed
Bug 448615
Opened 17 years ago
Closed 15 years ago
"ASSERTION: Should have Reset() before destruction!" with floating first-letter
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, regression, testcase)
Attachments
(1 file)
144 bytes,
text/html
|
Details |
Loading the testcase triggers:
###!!! ASSERTION: Should have Reset() before destruction!: 'mCurrentWord.Length() == 0', file /Users/jruderman/central/mozilla/content/base/src/nsLineBreaker.cpp, line 51
I'm guessing this is a regression from one of the recent first-letter changes.
Reporter | ||
Comment 1•17 years ago
|
||
Still happens on mozilla-central. In addition to the assertion in comment 0, I now get another assertion (added today in bug 430332),
###!!! ASSERTION: Should have been cleared: 'mBreakSinks.IsEmpty()', file /Users/jruderman/central/layout/generic/nsTextFrameThebes.cpp, line 619
Reporter | ||
Comment 2•15 years ago
|
||
WFM!!!
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
Comment 3•15 years ago
|
||
Probably fixed by bug 499862.
Reporter | ||
Comment 4•15 years ago
|
||
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•