Ticket #1801: 1801.patch

File 1801.patch, 569 bytes (added by Frederico Caldeira Knabben, 16 years ago)
  • editor/_source/internals/fckdialog.js

     
    104104                        // be restored in the dialog code.
    105105                        if ( FCKBrowserInfo.IsIE && !topDialog )
    106106                        {
     107                                // Ensures the editor has the selection focus. (#1801)
     108                                currentInstance.Focus() ;
     109
    107110                                var editorDocument = currentInstance.EditorDocument ;
    108111                                var selection = editorDocument.selection ;
    109112                                var range ;
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy