Ticket #1801: 1801.patch
| File 1801.patch, 0.6 KB (added by fredck, 11 months ago) |
|---|
-
editor/_source/internals/fckdialog.js
104 104 // be restored in the dialog code. 105 105 if ( FCKBrowserInfo.IsIE && !topDialog ) 106 106 { 107 // Ensures the editor has the selection focus. (#1801) 108 currentInstance.Focus() ; 109 107 110 var editorDocument = currentInstance.EditorDocument ; 108 111 var selection = editorDocument.selection ; 109 112 var range ;