Open
Bug 400235
Opened 18 years ago
Updated 3 years ago
replace DeleteNextInFlowChild with better API
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
NEW
People
(Reporter: fantasai.bugs, Unassigned)
References
Details
The design of the function call
nsIFrame* nif = frame->GetNextInFlow();
static_cast<nsContainerFrame*>(nif->GetParent())
->nsContainerFrame::DeleteNextInFlowChild(presContext, nif);
is really lame. It should be replaced with something that isn't so convoluted.
Like something that operates directly on frame.
frame->DeleteNextInFlows();
Comment 1•3 years ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Assignee: fantasai.bugs → nobody
Status: ASSIGNED → NEW
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•