Opened 14 years ago
Closed 14 years ago
#3331 closed Bug (fixed)
Clone node doesn't strip nested ids
Reported by: | Garry Yao | Owned by: | Artur Formella |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | Review+ | Cc: |
Description
Currently only the parent node id attribute is striped with CKEDITOR.dom.node::clone( true, true ) , so it doesn't work with the 'includeChildren' param.
Attachments (2)
Change History (6)
Changed 14 years ago by
Attachment: | test_node_clone.patch added |
---|
comment:1 Changed 14 years ago by
Owner: | set to Artur Formella |
---|---|
Status: | new → assigned |
Changed 14 years ago by
Attachment: | 3331.patch added |
---|
comment:2 Changed 14 years ago by
Keywords: | Review? added |
---|
comment:3 Changed 14 years ago by
Keywords: | Review+ added; Review? removed |
---|
Unit Test Case