Changeset 411 for FCKeditor/trunk/editor/dialog/fck_replace.html
- Timestamp:
- 2007-07-06 06:57:34 (18 months ago)
- Files:
-
- 1 modified
-
FCKeditor/trunk/editor/dialog/fck_replace.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/dialog/fck_replace.html
r410 r411 294 294 range.MoveToBookmark2( matchBookmark ) ; 295 295 range.Select() ; 296 var focus = range._Range.endContainer ; 297 while ( focus && focus.nodeType != 1 ) 298 focus = focus.parentNode ; 299 if ( focus ) 300 focus.scrollIntoView( false ) ; 296 301 return true; 297 302 }