Changeset 2274
- Timestamp:
- 2008-07-24 11:33:08 (6 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/_source/classes/fckdomrangeiterator.js (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/classes/fckdomrangeiterator.js
r1565 r2274 137 137 // point. (#1717) 138 138 if ( nodeName != 'br' ) 139 this._NextNode = currentNode;139 this._NextNode = FCKDomTools.GetNextSourceNode( currentNode, true, null, lastNode ) ; 140 140 } 141 141 -
FCKeditor/trunk/_whatsnew.html
r2273 r2274 106 106 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2368">#2368</a>] Fixed broken protect 107 107 source logic for comments in IE.</li> 108 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2387">#2387</a>] Fixed JavaScript 109 with list commands when the editable document is selected with Ctrl-A.</li> 108 110 </ul> 109 111 <p>