Opened 16 years ago
Last modified 16 years ago
#3100 closed Bug
plugin:wysiwyg should have dtd check on insertElement — at Version 1
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | SVN (FCKeditor) - Retired |
Keywords: | Confirmed Review+ | Cc: |
Description (last modified by )
CKEDITOR.editor::insertElement is about introducing changes to the document, which need to make sure the schema are satisfied. The functional test reproduce a typical case of this when inserting a table failed within list items.
Related tickets
Change History (3)
Changed 16 years ago by
Attachment: | test-insertElement.patch added |
---|
comment:1 Changed 16 years ago by
Description: | modified (diff) |
---|---|
Keywords: | Confirmed added |
Changed 16 years ago by
Attachment: | 3100.patch added |
---|
Functional Test Case