Index: trunk/admin/editor/cmseditor/editor/_source/internals/fck_1.js =================================================================== diff -u -r1999 -r2507 --- trunk/admin/editor/cmseditor/editor/_source/internals/fck_1.js (.../fck_1.js) (revision 1999) +++ trunk/admin/editor/cmseditor/editor/_source/internals/fck_1.js (.../fck_1.js) (revision 2507) @@ -55,10 +55,6 @@ // Force the focus in the window to go to the editor. window.onfocus = window.document.body.onfocus = FCK.Focus ; - // Force the focus in the editor. - if ( FCKConfig.StartupFocus ) - FCK.Focus() ; - // @Packager.Compactor.Remove.Start var sBrowserSuffix = FCKBrowserInfo.IsIE ? "ie" : "gecko" ; @@ -123,6 +119,10 @@ if ( this.OnStatusChange ) this.OnStatusChange( newStatus ) ; if (typeof(FCKConfig.newBgColor) != 'undefined') this.EditorDocument.bgColor = FCKConfig.newBgColor; + // Force the focus in the editor. + if ( FCKConfig.StartupFocus ) + FCK.Focus() ; + } FCK.GetHTML = function( format )