Changeset 356
- Timestamp:
- 2007-06-03 16:33:43 (20 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/classes/fckenterkey.js
r313 r356 267 267 268 268 // There is just one special case for collapsed selections at the end of a block. 269 if ( oRange.CheckIsCollapsed() && oRange.CheckEndOfBlock( FCKBrowserInfo.IsGecko ) )269 if ( oRange.CheckIsCollapsed() && oRange.CheckEndOfBlock( FCKBrowserInfo.IsGeckoLike ) ) 270 270 { 271 271 var oCurrentBlock = oRange.StartBlock ;