#178 problem with select dropdowns in Firefox

Version 2.x
closed-fixed
Editor (144)
5
2005-12-23
2005-11-18
No

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() ;
}
}

Discussion

  • ohira

    ohira - 2005-11-19

    Logged In: YES
    user_id=1274313

    Great - seems to work!

    Oliver

     
  • Frederico Caldeira Knabben

    • assigned_to: nobody --> fredck
    • status: open --> open-fixed
     
  • Frederico Caldeira Knabben

    • status: open-fixed --> closed-fixed
     

Log in to post a comment.

Get latest updates about Open Source Projects, Conferences and News.

Sign up for the SourceForge newsletter:





No, thanks