Closed
Bug 99543
Opened 23 years ago
Closed 23 years ago
ContentAppended() incorrectly uses first filtered insertion point for all frames
Categories
(Core :: XBL, defect, P3)
Core
XBL
Tracking
()
RESOLVED
DUPLICATE
of bug 106212
mozilla0.9.6
People
(Reporter: waterson, Assigned: waterson)
Details
ContentAppended() incorrectly uses the filtered insertion point for the first
appended frame for _all_ subsequent frames. Instead, it should determine if
there is a single insertion point; if so, use that. If not, it should fall back
on repeated calls to content inserted to insert each element in the proper location.
Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P3
Target Milestone: --- → mozilla0.9.5
Comment 1•23 years ago
|
||
You made a good point about the recurrence problem. You're right that even
though the immediate insertion point might be unfiltered, the kids could still
be scattered into nested filtered points, so as you said, it isn't as simple as
I just made it out to be.
Assignee | ||
Updated•23 years ago
|
Target Milestone: mozilla0.9.5 → mozilla0.9.6
Assignee | ||
Comment 2•23 years ago
|
||
hyatt will fix this in bug 106212.
*** This bug has been marked as a duplicate of 106212 ***
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•