Changes between Initial Version and Version 2 of Ticket #2970
- Timestamp:
- Feb 26, 2009, 3:16:50 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2970 – Description
initial v2 1 1 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.[[BR]] 2 Other related changes would be: 3 * Make '''CKEDITOR.dom.element.createFromHtml ''' return documentFragment in case of 4 {{{ 5 CKEDITOR.dom.element.createFromHtml( '<p>My test</p><p>My test</p>' ); 6 }}} 2 7 3 === Reference === 8 4 [http://reference.sitepoint.com/javascript/DocumentFragment Sitepoint]