Closed
Bug 254712
Opened 21 years ago
Closed 14 years ago
InsertItemBefore, ReplaceItem and AppendItem should remove newItem from any other list it belongs to
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: jwatt, Unassigned)
References
Details
For InsertItemBefore, ReplaceItem and AppendItem the SVG specs state that 'if
newItem is already in a list, it is removed from its previous list before it is
inserted into this list'. We don't do that.
Comment 1•19 years ago
|
||
Actually - I think we can mark this as a dupe of 282247 (rather than dependent), since I implemented this in the base class in the patch of 282247...
Updated•16 years ago
|
QA Contact: ian → general
| Reporter | ||
Updated•15 years ago
|
Assignee: jwatt → nobody
| Reporter | ||
Comment 2•14 years ago
|
||
We decided in bug 515116 to copy instead of remove. See bug 515116 comment 45.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•