Index: /FCKeditor/trunk/editor/_source/classes/fckenterkey.js
===================================================================
--- /FCKeditor/trunk/editor/_source/classes/fckenterkey.js	(revision 368)
+++ /FCKeditor/trunk/editor/_source/classes/fckenterkey.js	(revision 369)
@@ -355,5 +355,5 @@
 			oRange.MoveToElementEditStart( bIsStartOfBlock ? eNextBlock : eNewBlock ) ;
 
-			if ( FCKBrowserInfo.IsGecko )
+			if ( FCKBrowserInfo.IsGeckoLike )
 				eNewBlock.scrollIntoView( false ) ;
 		}
@@ -416,5 +416,5 @@
 
 			// If we are at the end of a block, we must be sure the bogus node is available in that block.
-			if ( bIsEndOfBlock && FCKBrowserInfo.IsGecko )
+			if ( bIsEndOfBlock && FCKBrowserInfo.IsGeckoLike )
 				FCKTools.AppendBogusBr( eBr.parentNode ) ;
 
