Closed
Bug 367489
Opened 18 years ago
Closed 18 years ago
[FIX]"###!!! ASSERTION: Nested first-line frames? BOGUS"
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla1.9alpha1
People
(Reporter: jruderman, Assigned: bzbarsky)
References
Details
(Keywords: assertion, regression, testcase)
Attachments
(3 files)
(deleted),
text/html
|
Details | |
(deleted),
patch
|
roc
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
roc
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
Loading the testcase triggers:
###!!! ASSERTION: Nested first-line frames? BOGUS: '!aReflowState.mLineLayout->GetInFirstLine()', file /Users/admin/trunk/mozilla/layout/generic/nsInlineFrame.cpp, line 918
I think this is a recent regression, because I'm seeing it a lot today and don't remember seeing it before.
Assignee | ||
Comment 1•18 years ago
|
||
Assignee: nobody → bzbarsky
Status: NEW → ASSIGNED
Attachment #253994 -
Flags: superreview?(roc)
Attachment #253994 -
Flags: review?(roc)
Assignee | ||
Comment 2•18 years ago
|
||
We were constructing a first-line frame for the <b>, which is just bogus as the assert says. ;)
OS: Mac OS X → All
Hardware: Macintosh → All
Summary: "###!!! ASSERTION: Nested first-line frames? BOGUS" → [FIX]"###!!! ASSERTION: Nested first-line frames? BOGUS"
Target Milestone: --- → mozilla1.9alpha
Attachment #253994 -
Flags: superreview?(roc)
Attachment #253994 -
Flags: superreview+
Attachment #253994 -
Flags: review?(roc)
Attachment #253994 -
Flags: review+
Assignee | ||
Comment 3•18 years ago
|
||
Fixed
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 4•18 years ago
|
||
The word "foo" loses its boldness when the timer fires. I don't think it should. Should I file a separate bug?
Assignee | ||
Comment 5•18 years ago
|
||
No, I think that's this bug. We're putting things in the wrong framelist.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 6•18 years ago
|
||
Attachment #254005 -
Flags: superreview?(roc)
Attachment #254005 -
Flags: review?(roc)
Attachment #254005 -
Flags: superreview?(roc)
Attachment #254005 -
Flags: superreview+
Attachment #254005 -
Flags: review?(roc)
Attachment #254005 -
Flags: review+
Assignee | ||
Comment 7•18 years ago
|
||
Checked that in too.
Status: REOPENED → RESOLVED
Closed: 18 years ago → 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•