Changeset 1118
- Timestamp:
- 2007-11-26 05:17:07 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/classes/fckdomrange_ie.js
r1064 r1118 34 34 if ( oSel.type != 'Control' ) 35 35 { 36 var htmlText = this.Window.document.selection.createRange().htmlText ;37 36 var eMarkerStart = this._GetSelectionMarkerTag( true ) ; 38 37 var eMarkerEnd = this._GetSelectionMarkerTag( false ) ; … … 54 53 55 54 this._UpdateElementInfo() ; 56 57 // Kludge for IE bug #1491.58 if ( htmlText.match( /^\s*<(LI)><\/\1>$/ ) )59 this.Collapse( true ) ;60 55 } 61 56 else