I suggest and want to find out if I broke anything on a slight modification I added.
In fck_dialog_common.js add to the else condition of
This
instead of
Doesn't seem to break anything, but makes the file browser window come to the front if it is still open when someone clicks the browse server button in a dialog.
In fck_dialog_common.js add to the else condition of
if ( oEditor.FCKConfig.PreserveSessionOnFileBrowser && oEditor.FCKBrowserInfo.IsIE )
This
oWindow = window.open( url, 'FCKBrowseWindow', sOptions ) ; oWindow.focus();
instead of
window.open( url, 'FCKBrowseWindow', sOptions ) ;
Doesn't seem to break anything, but makes the file browser window come to the front if it is still open when someone clicks the browse server button in a dialog.