Changeset 2308
- Timestamp:
- 2008-07-31 06:04:46 (5 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/_source/internals/fck_gecko.js (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/internals/fck_gecko.js
r2279 r2308 372 372 range = new FCKDomRange( this.EditorWindow ) ; 373 373 range.MoveToSelection() ; 374 range.DeleteContents() ; 374 375 range.InsertNode( docFrag.RootNode ) ; 375 376 -
FCKeditor/trunk/_whatsnew.html
r2289 r2308 43 43 Fixed Bugs:</p> 44 44 <ul> 45 <li></li> 45 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2407">#2407</a>] Fixed the issue 46 where FCK.InsertHtml() is no longer removing selected contents after content insertion 47 in Firefox.</li> 46 48 </ul> 47 49 <h3>