1 | | We've seen various paste problems caused by our current implementation of '''CKEDITOR.editor::insertHtml''', now rely on browsers'native API, which is buggy, while we do have other option here: The idea is to implement an DTD aware, context sensitive insertion based on CKEDITOR.htmlParser' and 'CKEDITOR.editor::insertElement', this should be able to extinguish all weird bugs around. |
| 1 | We've seen various paste problems caused by our current implementation of '''CKEDITOR.editor::insertHtml''', now rely on browsers' native API, which is buggy and inconsistent.[[BR]] |
| 2 | While we do have other options here: The idea is to implement an DTD aware, context sensitive insertion based on CKEDITOR.htmlParser' and 'CKEDITOR.editor::insertElement', this should be able to extinguish all weird bugs around. |
| 3 | [[BR]] |