Ticket #2387: 2387.patch

File 2387.patch, 1.2 KB (added by martinkou, 20 months ago)
  • _whatsnew.html

     
    105105                        of FCKeditor, in IE.</li> 
    106106                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2368">#2368</a>] Fixed broken protect  
    107107                        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> 
    108110        </ul> 
    109111        <p> 
    110112                <a href="_whatsnew_history.html">See previous versions history</a></p> 
  • editor/_source/classes/fckdomrangeiterator.js

     
    136136                                                // The found boundary must be set as the next one at this 
    137137                                                // point. (#1717) 
    138138                                                if ( nodeName != 'br' ) 
    139                                                         this._NextNode = currentNode ; 
     139                                                        this._NextNode = FCKDomTools.GetNextSourceNode( currentNode, true, null, lastNode ) ; 
    140140                                        } 
    141141 
    142142                                        closeRange = true ;