Index: /FCKeditor/branches/versions/2.4.x/editor/_source/classes/fckenterkey.js
===================================================================
--- /FCKeditor/branches/versions/2.4.x/editor/_source/classes/fckenterkey.js	(revision 374)
+++ /FCKeditor/branches/versions/2.4.x/editor/_source/classes/fckenterkey.js	(revision 375)
@@ -408,5 +408,5 @@
 					oRange.MoveToElementEditStart( eNewBlock ) ;
 
-					if ( FCKBrowserInfo.IsGecko )
+					if ( FCKBrowserInfo.IsGeckoLike )
 						eNewBlock.scrollIntoView( false ) ;
 				}
@@ -480,5 +480,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 )
 				this._AppendBogusBr( eBr.parentNode ) ;
 
