Closed
Bug 21156
Opened 26 years ago
Closed 26 years ago
assert in nsFrame::AppendFrames when going to this url
Categories
(Core :: Layout, defect, P3)
Tracking
()
People
(Reporter: Brade, Assigned: troy)
References
()
Details
I see an assert (4 actually) with today's build when I load this URL: http://
companies.netscape.com/item.cfm/c1208082.300?heads=yes&source=mn
(or click on the news item for Microsoft joining forces on mobile internet from
http://my.netscape.com)
I can't reproduce this why today's build.
Can you provide some additional information so I can determine who should get
the bug?
Thanks.
| Reporter | ||
Updated•26 years ago
|
Assignee: brade → troy
| Reporter | ||
Comment 2•26 years ago
|
||
The assertion is:
###!!! ASSERTION: not a container: 'PR_FALSE', file nsFrame.cpp, line 332
This is inside nsFrame::AppendFrames
This is called from (partial stack):
* FrameManager::AppendFrames
* nsCSSFrameConstructor::AppendFrames
* nsCSSFrameConstructor::ContentAppended
* StyleSetImpl::ContentAppended
* PresShell::ContentAppended
* nsDocument::ContentAppended
* nsHTMLDocument::ContentAppended
* HTMLContentSink::NotifyAppend
* SinkContext::FlushTags
...
I can still reproduce this on Mac with a build from today
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Eric, the page has an IFRAME in it so I think this is a DUP of bug #20468
*** This bug has been marked as a duplicate of 20468 ***
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•26 years ago
|
||
Agreed. Marking verified dup of 20468.
You need to log in
before you can comment on or make changes to this bug.
Description
•