Changeset 1964
- Timestamp:
- 2008-05-08 11:34:36 (23 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/_source/internals/fck.js (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/internals/fck.js
r1950 r1964 890 890 && FCK.EditorDocument.body.firstChild == paddingNode ) 891 891 { 892 /* 893 * Bug #1764: Don't move the selection if the 894 * current selection isn't in the editor 895 * document. 896 */ 897 if ( FCKSelection._GetSelectionDocument( FCK.EditorDocument.selection ) != FCK.EditorDocument ) 898 return ; 899 892 900 var range = FCK.EditorDocument.body.createTextRange() ; 893 901 var clearContents = false ; -
FCKeditor/trunk/_whatsnew.html
r1963 r1964 72 72 FCK.InsertHtml() doesn't insert contents at the caret position when dialogs are opened in IE. 73 73 </li> 74 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1764">#1764</a>] FCKeditor will no longer 75 catch focus in IE on load when StartupFocus is false and the initial content is empty.</li> 74 76 </ul> 75 77 <h3>