Ticket #1801: 1801.patch

File 1801.patch, 0.6 KB (added by fredck, 11 months 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 ;