Changeset 446

Show
Ignore:
Timestamp:
2007-07-14 10:31:22 (18 months ago)
Author:
alfonsoml
Message:

Modified testcase 004 after [445]

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/_testcases/004.html

    r132 r446  
    3535        document.getElementById('eEditor').style.display        = '' ; 
    3636        document.getElementById('eNoEditor').style.display      = 'none' ; 
    37  
    38         // This is a hack for Gecko... it stops editing when the editor is hidden. 
    39         if ( !document.all ) 
    40         { 
    41                 var oEditor = FCKeditorAPI.GetInstance( 'FCKeditor1' ) ; 
    42  
    43                 if (  oEditor.EditMode == FCK_EDITMODE_WYSIWYG ) 
    44                         oEditor.MakeEditable() ; 
    45         } 
    4637} 
    4738