Changeset 2136
- Timestamp:
- 2008-06-25 11:36:56 (7 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/_source/classes/fckenterkey.js (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/classes/fckenterkey.js
r2107 r2136 620 620 eLineBreak.parentNode.insertBefore( dummy, eLineBreak.nextSibling ) ; 621 621 622 if ( FCKBrowserInfo.IsSafari ) 623 FCKDomTools.ScrollIntoView( dummy, false ) ; 624 else 625 dummy.scrollIntoView( false ) ; 622 FCKDomTools.ScrollIntoView( dummy, false ) ; 626 623 627 624 dummy.parentNode.removeChild( dummy ) ; -
FCKeditor/trunk/_whatsnew.html
r2135 r2136 45 45 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2316">#2316</a>] The sample 46 46 posted data page has now the table fixed at 100% width.</li> 47 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2319">#2319</a>] On Opera 48 and Firefox 3, the entire page was scrolling on SHIFT+ENTER, or when EnterMode='br'.</li> 47 49 </ul> 48 50 <p>