Changeset 295
- Timestamp:
- 2007-05-09 21:44:59 (3 years ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/_source/internals/fck_ie.js (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/internals/fck_ie.js
r257 r295 164 164 oSel.clear() ; 165 165 166 // Using the following trick, any comment in the begining of the HTML will 167 // be preserved. 168 html = '<span id="__fakeFCKRemove__"> </span>' + html ; 169 166 170 // Insert the HTML. 167 171 oSel.createRange().pasteHTML( html ) ; 172 173 // Remove the fake node 174 FCK.EditorDocument.getElementById('__fakeFCKRemove__').removeNode( true ) ; 168 175 169 176 FCKDocumentProcessor.Process( FCK.EditorDocument ) ; -
FCKeditor/trunk/_whatsnew.html
r285 r295 74 74 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/416">#416</a>] The PHP quick upload 75 75 didn't check for the existence of the folder before saving.</li> 76 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/467">#467</a>] If InsertHtml was 77 called in IE with a comment (or any protected source at the beggining) it was lost.</li> 76 78 </ul> 77 79 <h3>