Ticket #2125: 2125.patch
File 2125.patch, 1.0 KB (added by , 15 years ago) |
---|
-
_whatsnew.html
51 51 which stopped working in FCKeditor 2.6.</li> 52 52 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2039">#2039</a>] Fixed the locking up issue 53 53 in the Find/Replace dialog.</li> 54 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2125">#2125</a>] Fixed the issue that 55 FCK.InsertHtml() doesn't insert contents at the caret position when dialogs are opened in IE. 56 </li> 54 57 </ul> 55 58 <h3> 56 59 Version 2.6</h3> -
editor/_source/internals/fck_ie.js
150 150 html = FCK.ProtectTags( html ) ; 151 151 152 152 // FCK.Focus() ; 153 FCKSelection.Restore() ; 153 154 FCK.EditorWindow.focus() ; 154 155 155 156 FCKUndo.SaveUndoStep() ;