Changeset 2142
- Timestamp:
- 2008-06-26 11:23:14 (21 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/_source/internals/fck.js (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/internals/fck.js
r2139 r2142 714 714 range.MoveToPosition( element, 4 ) ; 715 715 716 if ( FCKBrowserInfo.IsGecko )716 if ( FCKBrowserInfo.IsGeckoLike ) 717 717 { 718 718 if ( next ) 719 next.scrollIntoView( false );720 element.scrollIntoView( false );719 FCKDomTools.ScrollIntoView( next, false ); 720 FCKDomTools.ScrollIntoView( element, false ); 721 721 } 722 722 } -
FCKeditor/trunk/_whatsnew.html
r2140 r2142 55 55 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2314">#2314</a>] Corrected 56 56 mixed up Chinese translations for the blockquote command.</li> 57 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2321">#2321</a>] On Firefox 58 3, the entire page was scrolling when inserting block elements with the FCK.InsertElement 59 function, used by the Table and Horizontal Rule buttons.. </li> 57 60 </ul> 58 61 <p>