Changeset 433
- Timestamp:
- 2007-07-10 16:44:16 (18 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/classes/fckdomrange_ie.js
r407 r433 40 40 { 41 41 this._Range.setStart( this.Window.document.body, 0 ); 42 this._Range.setEnd( this.Window.document.body, 0 ); 43 this._Range.collapse(); 42 this._Range.collapse( true ); 44 43 this._UpdateElementInfo(); 45 44 return;