Opened 16 years ago
Last modified 16 years ago
#2970 closed Task
Refactor CKEDITOR.dom.documentFragment — at Initial Version
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | SVN (FCKeditor) - Retired |
Keywords: | Confirmed Review+ | Cc: |
Description
Current implementation of documentFragment has been ported from V2 for IE 5.5 support, which have dropped for V3. We could now replace those IE hacks with standard support of native documentFragment.
Other related changes would be:
- Make CKEDITOR.dom.element.createFromHtml return documentFragment in case of
CKEDITOR.dom.element.createFromHtml( '<p>My test</p><p>My test</p>' );