Changeset 1793
- Timestamp:
- 2008-03-25 11:11:00 (5 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/_source/classes/fckeditingarea.js (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/classes/fckeditingarea.js
r1775 r1793 340 340 } 341 341 342 range.moveEnd( "character", 1 ) ; 343 range.select() ; 344 345 if ( range.boundingWidth > 0 ) 346 { 347 range.moveEnd( "character", -1 ) ; 348 range.select() ; 349 } 342 // Force the selection to happen, in this way we guarantee the focus will 343 // be there. 344 range = new FCKDomRange( this.Window ) ; 345 range.MoveToElementEditStart( parentNode ) ; 346 range.Select() ; 350 347 } 351 348 -
FCKeditor/trunk/_whatsnew.html
r1792 r1793 131 131 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2049">#2049</a>] Fixed a 132 132 deleted cursor CSS attribute in the minified CSS inside fck_dialog_common.js.</li> 133 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1806">#1806</a>] In IE, 134 the caret will not any more move to the previous line when selecting a Format style 135 inside an empty paragraph.</li> 133 136 </ul> 134 137 <h3>