Index: /FCKeditor/trunk/_testcases/004.html
===================================================================
--- /FCKeditor/trunk/_testcases/004.html	(revision 445)
+++ /FCKeditor/trunk/_testcases/004.html	(revision 446)
@@ -35,13 +35,4 @@
 	document.getElementById('eEditor').style.display	= '' ;
 	document.getElementById('eNoEditor').style.display	= 'none' ;
-
-	// This is a hack for Gecko... it stops editing when the editor is hidden.
-	if ( !document.all )
-	{
-		var oEditor = FCKeditorAPI.GetInstance( 'FCKeditor1' ) ;
-
-		if (  oEditor.EditMode == FCK_EDITMODE_WYSIWYG )
-			oEditor.MakeEditable() ;
-	}
 }
 
