Changeset 2096
- Timestamp:
- 2008-06-19 11:04:00 (7 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 3 modified
-
editor/_source/classes/fckenterkey.js (modified) (1 diff)
-
editor/_source/internals/fckdomtools.js (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/classes/fckenterkey.js
r1996 r2096 532 532 } 533 533 534 if ( FCKBrowserInfo.Is Safari)534 if ( FCKBrowserInfo.IsGeckoLike ) 535 535 FCKDomTools.ScrollIntoView( eNextBlock || eNewBlock, false ) ; 536 else if ( FCKBrowserInfo.IsGeckoLike )537 ( eNextBlock || eNewBlock ).scrollIntoView( false ) ;538 536 539 537 oRange.Select() ; -
FCKeditor/trunk/editor/_source/internals/fckdomtools.js
r1803 r2096 973 973 974 974 /** 975 * Current implementation for ScrollIntoView (due to #1462). We don't have 976 * a complete implementation here, just the things that fit our needs. 975 * Current implementation for ScrollIntoView (due to #1462 and #2279). We 976 * don't have a complete implementation here, just the things that fit our 977 * needs. 977 978 */ 978 979 ScrollIntoView : function( element, alignTop ) -
FCKeditor/trunk/_whatsnew.html
r2095 r2096 60 60 logic. A new configuration directive <strong>MsWebBrowserControlCompat</strong> has been added 61 61 for those who wish to force the #183 fix to be enabled.</li> 62 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2276">#2276</a>] [<a target="_blank" href="http://dev.fckeditor.net/ticket/2279">#2279</a>] On Opera 63 and Firefox 3, the entire page was scrolling on ENTER.</li> 62 64 </ul> 63 65 <p>