Closed
Bug 35715
Opened 26 years ago
Closed 26 years ago
Assert in In nsCSSFrameConstructor.cpp, "not a floated frame"
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: tomwuttke, Assigned: troy)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt)
BuildID:
In nsCSSFrameConstructor.cpp, an assert goes off in GetChildListNameFor,
Reproducible: Always
Steps to Reproduce:
1.Go to url, wait for assert to go off on debug build
2.
3.
Code from nsCSSFrameConstructor.cpp:
#ifdef NS_DEBUG
const nsStyleDisplay* display;
aChildFrame->GetStyleData(eStyleStruct_Display, (const nsStyleStruct*&)
display);
NS_ASSERTION(display->IsFloating(), "not a floated frame");
#endif
Stack:
NTDLL! 77f7629c()
nsDebug::Assertion(const char * 0x01dd8544, const char * 0x01dd851c, const char
* 0x01dd84e0, int 0x00000275) line 189 + 13 bytes
GetChildListNameFor(nsIPresContext * 0x02ec05e0, nsIFrame * 0x00f2a478,
nsIFrame * 0x00f2a600, nsIAtom * * 0x0012fce4) line 629 + 42 bytes
nsCSSFrameConstructor::CantRenderReplacedElement(nsCSSFrameConstructor * const
0x02abbbe0, nsIPresShell * 0x02abb9d0, nsIPresContext * 0x02ec05e0,
nsIFrame * 0x00f2a600) line 8004 + 44 bytes
StyleSetImpl::CantRenderReplacedElement(StyleSetImpl * const 0x02abbc80,
nsIPresContext * 0x02ec05e0, nsIFrame * 0x00f2a600) line 1049 + 35 bytes
FrameManager::HandlePLEvent(CantRenderReplacedElementEvent * 0x02f67b30) line
762
Works fine for me with the latest build
Status: UNCONFIRMED → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
Comment 2•25 years ago
|
||
Works for me:
Platform: PC
OS: Windows 98
Mozilla Build: 2000101014 M18 Trunk Build
Marking as Verified.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•