Closed
Bug 76135
Opened 25 years ago
Closed 23 years ago
assert with "bad floater placement" in nsBlockFrame.cpp
Categories
(Core :: Layout, defect, P4)
Tracking
()
RESOLVED
FIXED
Future
People
(Reporter: waterson, Assigned: waterson)
References
()
Details
Attachments
(2 files)
I hit the "bad floater placement" assertion in nsBlockFrame::PlaceFloater()
while loading www.fxweb.com, which indicates that for some reason
mSpaceManager->AddRectRegion() failed. The layout appears to be correct.
| Assignee | ||
Comment 1•25 years ago
|
||
| Assignee | ||
Updated•25 years ago
|
Priority: -- → P4
Target Milestone: --- → mozilla1.0
| Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Comment 2•24 years ago
|
||
Comment 3•24 years ago
|
||
Bugs targeted at mozilla1.0 without the mozilla1.0 keyword moved to mozilla1.0.1
(you can query for this string to delete spam or retrieve the list of bugs I've
moved)
Target Milestone: mozilla1.0 → mozilla1.0.1
I don't see the assertion at http://www.fxweb.com/ anymore, but each of the
links from the photos given on this page are firing the assertion:
http://news.bbc.co.uk/sport3/worldcup2002/specials/html/greats/default.stm
| Assignee | ||
Updated•24 years ago
|
Target Milestone: mozilla1.0.1 → mozilla1.1beta
| Assignee | ||
Updated•24 years ago
|
Target Milestone: mozilla1.1beta → Future
I checked in a fix for bug 96736, so this should also be fixed.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•