Changeset 901

Show
Ignore:
Timestamp:
2007-09-28 10:08:14 (14 months ago)
Author:
martinkou
Message:

Disabled auto resize for the Find and Replace dialog since Opera does not support it.

Location:
FCKeditor/trunk/editor
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/dialog/fck_replace.html

    r900 r901  
    4444        idMap['CheckCase'] = 'chkCase' + tabCode ; 
    4545        idMap['CheckWord'] = 'chkWord' + tabCode ; 
    46  
    47         window.parent.SetAutoSize( true ) ; 
    4846} 
    4947 
     
    5250        // First of all, translate the dialog box texts. 
    5351        oEditor.FCKLanguageManager.TranslatePage( document ) ; 
    54  
    55         window.parent.SetAutoSize( true ) ; 
    5652 
    5753        // Place the cursor at the start of document. 
  • FCKeditor/trunk/editor/_source/internals/fckcommands.js

    r900 r901  
    5858                case 'About'            : oCommand = new FCKDialogCommand( 'About'              , FCKLang.About                                 , 'dialog/fck_about.html'               , 400, 330 ) ; break ; 
    5959 
    60                 case 'Find'                     : oCommand = new FCKDialogCommand( 'Find'               , FCKLang.DlgFindAndReplaceTitle                        , 'dialog/fck_replace.html'             , 340, 170 ) ; break ; 
    61                 case 'Replace'          : oCommand = new FCKDialogCommand( 'Replace'    , FCKLang.DlgFindAndReplaceTitle                , 'dialog/fck_replace.html'             , 340, 220 ) ; break ; 
     60                case 'Find'                     : oCommand = new FCKDialogCommand( 'Find'               , FCKLang.DlgFindAndReplaceTitle                        , 'dialog/fck_replace.html'             , 340, 250 ) ; break ; 
     61                case 'Replace'          : oCommand = new FCKDialogCommand( 'Replace'    , FCKLang.DlgFindAndReplaceTitle                , 'dialog/fck_replace.html'             , 340, 250 ) ; break ; 
    6262 
    6363                case 'Image'            : oCommand = new FCKDialogCommand( 'Image'              , FCKLang.DlgImgTitle                   , 'dialog/fck_image.html'               , 450, 400 ) ; break ;