Ticket #2125: 2125.patch

File 2125.patch, 1.0 KB (added by Martin Kou, 16 years ago)
  • _whatsnew.html

     
    5151                        which stopped working in FCKeditor 2.6.</li>
    5252                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2039">#2039</a>] Fixed the locking up issue
    5353                        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>
    5457        </ul>
    5558        <h3>
    5659                Version 2.6</h3>
  • editor/_source/internals/fck_ie.js

     
    150150        html = FCK.ProtectTags( html ) ;
    151151
    152152//      FCK.Focus() ;
     153        FCKSelection.Restore() ;
    153154        FCK.EditorWindow.focus() ;
    154155
    155156        FCKUndo.SaveUndoStep() ;
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy