Logged In: YES
user_id=1274313
Great - seems to work!
Oliver
The dialog to create/edit links is hardly usable in
firefox as the select dropdowns fail to work most of
the time.
in order to fix disable the window.onfocus function of
fckdialog.html for firefox:
if ( !
window.dialogArguments.Editor.FCKBrowserInfo.IsGecko )
{
window.onfocus = function()
{
document.getElementById('frmMain').contentWindow.focus() ;
}
}
Logged In: YES
user_id=1274313
Great - seems to work!
Oliver
Log in to post a comment.