Closed
Bug 670226
Opened 13 years ago
Closed 13 years ago
"ASSERTION: negative length" with rtl, pre-line, :first-letter{float}
Categories
(Core :: Layout: Text and Fonts, defect)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox7 | --- | fixed |
People
(Reporter: jruderman, Assigned: smontagu)
References
Details
(Keywords: assertion, regression, testcase, Whiteboard: [qa-])
Attachments
(3 files)
152 bytes,
text/html
|
Details | |
1.72 KB,
patch
|
roc
:
review+
asa
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
2.42 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
###!!! ASSERTION: negative length: 'GetContentEnd() - mContentOffset >= 0', file nsTextFrame.h, line 360
Assignee | ||
Comment 1•13 years ago
|
||
This is caused by a bug that I noticed by code inspection while working on bug 668941 and was going to file as soon as I had worked out a reftest for it. It's a regression from 665837: when we break off traversing frames because the last sibling is before the newline, we shouldn't be calling ResolveParagraph.
Attachment #545211 -
Flags: review?(roc)
Assignee | ||
Comment 2•13 years ago
|
||
Assignee: nobody → smontagu
Attachment #545212 -
Flags: review?(roc)
Comment on attachment 545211 [details] [diff] [review] Patch Review of attachment 545211 [details] [diff] [review]: -----------------------------------------------------------------
Attachment #545211 -
Flags: review?(roc) → review+
Comment on attachment 545212 [details] [diff] [review] Tests Review of attachment 545212 [details] [diff] [review]: -----------------------------------------------------------------
Attachment #545212 -
Flags: review?(roc) → review+
Assignee | ||
Comment 5•13 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/e899fed03195 http://hg.mozilla.org/mozilla-central/rev/c847d67a09f8
Status: NEW → RESOLVED
Closed: 13 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Assignee | ||
Comment 6•13 years ago
|
||
Comment on attachment 545211 [details] [diff] [review] Patch This fixes a regression from bug 665837 which was checked in on Aurora, so the fix should go on Aurora too. Beta is unaffected.
Attachment #545211 -
Flags: approval-mozilla-aurora?
Updated•13 years ago
|
Keywords: regression
Updated•13 years ago
|
Attachment #545211 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Assignee | ||
Comment 7•13 years ago
|
||
http://hg.mozilla.org/releases/mozilla-aurora/rev/579cbf7a9add http://hg.mozilla.org/releases/mozilla-aurora/rev/433cd269be19
status-firefox7:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•