Changeset 660

Show
Ignore:
Timestamp:
2007-08-13 12:30:48 (17 months ago)
Author:
martinkou
Message:

Fix for #1060 : Removed "model=yes" flag from FCKDialog.Show() which causes errors at opening dialogs.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/_source/internals/fckdialog_gecko.js

    r132 r660  
    2727        var iLeft = (FCKConfig.ScreenWidth  - dialogWidth)  / 2 ; 
    2828 
    29         var sOption  = "location=no,menubar=no,toolbar=no,dependent=yes,dialog=yes,minimizable=no,modal=yes,alwaysRaised=yes" + 
     29        var sOption  = "location=no,menubar=no,toolbar=no,dependent=yes,dialog=yes,minimizable=no,alwaysRaised=yes" + 
    3030                ",resizable="  + ( resizable ? 'yes' : 'no' ) + 
    3131                ",width="  + dialogWidth +