Closed
Bug 323926
Opened 19 years ago
Closed 17 years ago
nsCSSFrameConstructor::GetInsertionPoint should use nsIFrame::GetContentInsertionFrame
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dbaron, Unassigned)
References
Details
nsCSSFrameConstructor::GetInsertionPoint does fixup for scrollframes that seems just like what the nsIFrame::GetContentInsertionFrame for scrollframes does. I think it should use nsIFrame::GetContentInsertionFrame in general to fix similar bugs for all the other frames that implement nsIFrame::GetContentInsertionFrame.
Does this make sense?
yes!
Comment 2•19 years ago
|
||
Yeah, I guess. At least it'll make us consistently buggy in the cases when we're buggy (that is, for example, any time we're dynamically adding kids to something that has a content insertion frame).
Comment 3•17 years ago
|
||
This got fixed by the patch in bug 348049.
Updated•6 years ago
|
Product: Core → Core Graveyard
Assignee | ||
Updated•6 years ago
|
Component: Layout: Misc Code → Layout
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•