Closed
Bug 316267
Opened 19 years ago
Closed 19 years ago
[FIX]ASSERTION: Placeholder relationship should have been torn down
Categories
(Core :: Layout, defect, P2)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla1.9alpha1
People
(Reporter: martijn.martijn, Assigned: bzbarsky)
References
Details
(Keywords: assertion, testcase)
Attachments
(3 files)
(deleted),
text/html
|
Details | |
(deleted),
patch
|
dbaron
:
review+
dbaron
:
superreview+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
roc
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
See upcoming testcase, when hovering over the document, You get this assertion in a debug build:
###!!! ASSERTION: Placeholder relationship should have been torn down: '!shell->
FrameManager()->GetPlaceholderFrameFor(mOutOfFlowFrame)', file c:/mozilla/mozill
a/layout/generic/nsPlaceholderFrame.cpp, line 87
Reporter | ||
Updated•19 years ago
|
Summary: SSERTION: Placeholder relationship should have been torn down → ASSERTION: Placeholder relationship should have been torn down
Reporter | ||
Comment 1•19 years ago
|
||
Assignee | ||
Comment 2•19 years ago
|
||
*** Bug 334132 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 3•19 years ago
|
||
I'm pretty sure this is fine as it is (because we kill the entire placeholder map right after this method), but I do think we should avoid the assert, like so.
Assignee: nobody → bzbarsky
Status: NEW → ASSIGNED
Attachment #218613 -
Flags: superreview?(dbaron)
Attachment #218613 -
Flags: review?(dbaron)
Assignee | ||
Comment 4•19 years ago
|
||
Note: I don't think we need this on the branches or anything, but correct me if I'm wrong?
OS: Windows XP → All
Priority: -- → P2
Hardware: PC → All
Summary: ASSERTION: Placeholder relationship should have been torn down → [FIX]ASSERTION: Placeholder relationship should have been torn down
Target Milestone: --- → mozilla1.9alpha
Comment 5•19 years ago
|
||
Comment on attachment 218613 [details] [diff] [review]
Patch
I don't remember the logic of this at all, so I couldn't say one way or another what problems this could cause. Perhaps Mats can.
Are the rules for this stuff documented anywhere?
Attachment #218613 -
Flags: superreview?(dbaron)
Attachment #218613 -
Flags: superreview+
Attachment #218613 -
Flags: review?(dbaron)
Attachment #218613 -
Flags: review+
Assignee | ||
Comment 6•19 years ago
|
||
Attachment #218634 -
Flags: superreview?(dbaron)
Attachment #218634 -
Flags: review?(dbaron)
Assignee | ||
Comment 7•19 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•18 years ago
|
Attachment #218634 -
Flags: superreview?(roc)
Attachment #218634 -
Flags: superreview?(dbaron)
Attachment #218634 -
Flags: review?(roc)
Attachment #218634 -
Flags: review?(dbaron)
Attachment #218634 -
Flags: superreview?(roc)
Attachment #218634 -
Flags: superreview+
Attachment #218634 -
Flags: review?(roc)
Attachment #218634 -
Flags: review+
Assignee | ||
Comment 8•18 years ago
|
||
Checked in the assertions too.
You need to log in
before you can comment on or make changes to this bug.
Description
•