Changeset 1928
- Timestamp:
- 2008-04-16 09:09:54 (3 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/_source/classes/fckdomrange.js (modified) (2 diffs)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/classes/fckdomrange.js
r1803 r1928 460 460 var addrStart = this._Range.startContainer ; 461 461 var addrEnd = this._Range.endContainer ; 462 while ( curStart && curStart.nodeType == 3 )462 while ( curStart && addrStart.nodeType == 3 ) 463 463 { 464 464 bookmark.Start[0] += curStart.length ; … … 466 466 curStart = curStart.previousSibling ; 467 467 } 468 while ( curEnd && curEnd.nodeType == 3 )468 while ( curEnd && addrEnd.nodeType == 3 ) 469 469 { 470 470 bookmark.End[0] += curEnd.length ; -
FCKeditor/trunk/_whatsnew.html
r1922 r1928 50 50 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2102">#2102</a>] Fixed FCKConfig.DocType 51 51 which stopped working in FCKeditor 2.6.</li> 52 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2039">#2039</a>] Fixed the locking up issue 53 in the Find/Replace dialog.</li> 52 54 </ul> 53 55 <h3>