Closed
Bug 3305
Opened 26 years ago
Closed 25 years ago
[CODEBUG] Multiple calls to SetInitialChildList()
Categories
(Core :: Layout: Tables, defect, P2)
Tracking
()
VERIFIED
FIXED
M14
People
(Reporter: troy, Assigned: karnaze)
Details
(Whiteboard: 2/21: 2nd request for verification by reporter or assigned engineer)
QA: Low-level code bug, no need to verify.
There are two problems with the frame construction code in
ConstructTableFrame():
1. it makes more than one call to SetInitialChildList() for a given frame and
child list name
2. SetInitialChildList() is being called BEFORE processing child frames, which
is wrong because Init() is top-down and SetInitialChildList() is bottom-up
The code is marked with an XXX. See the nsIFrame header for details
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•25 years ago
|
Target Milestone: M8
Assignee | ||
Comment 1•25 years ago
|
||
Moving to M8.
Assignee | ||
Comment 2•25 years ago
|
||
Moving to M10.
Updated•25 years ago
|
Summary: Multiple calls to SetInitialChildList() → [CODEBUG] Multiple calls to SetInitialChildList()
Whiteboard: [NOTESTCASENEEDED]
Comment 3•25 years ago
|
||
Marked [CODEBUG] and [NOTESTCASENEEDED].
Assignee | ||
Updated•25 years ago
|
Target Milestone: M10 → M12
Assignee | ||
Comment 4•25 years ago
|
||
Moving to M12.
Assignee | ||
Comment 5•25 years ago
|
||
mass move to m14.
Comment 6•25 years ago
|
||
Changing [NOTESTCASENEEDED] code to new donttest keyword. Sorry for the spam!
Keywords: donttest
Whiteboard: [NOTESTCASENEEDED]
Assignee | ||
Comment 7•25 years ago
|
||
Troy, this should be fixed now. I commented places that could result in multiple
calls when the anonymous frame bug (the one where siblings don't share anonymous
parent) get fixed.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 8•25 years ago
|
||
Troy or ChrisK: Please mark this as verified fixed if you agree.
Whiteboard: 2/4: Requested verification by reporter or assigned engineer
Comment 9•25 years ago
|
||
Second request for verification by assigned engineer or reporter, please.
Whiteboard: 2/4: Requested verification by reporter or assigned engineer → 2/21: 2nd request for verification by reporter or assigned engineer
Comment 10•24 years ago
|
||
No response to 2nd request for verification by reporter or assigned engineer.
Will mark verified. Please reopen if there is a problem.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•