Ticket #3972: 3972.patch

File 3972.patch, 1.4 KB (added by Garry Yao, 15 years ago)
  • _source/plugins/domiterator/plugin.js

     
    7575                                        if ( testRange.checkEndOfBlock() )
    7676                                        {
    7777                                                var path = new CKEDITOR.dom.elementPath( testRange.endContainer );
    78                                                 var block = path.block || path.blockLimit;
    79                                                 this._.lastNode = block.getNextSourceNode( true );
     78                                                var lastBlock = path.block || path.blockLimit;
     79                                                this._.lastNode = lastBlock.getNextSourceNode( true );
    8080                                        }
    8181                                }
    8282
  • CHANGES.html

     
    145145                <li><a href="http://dev.fckeditor.net/ticket/3951">#3951</a> : Reset size and lock ratio options were not accessible in Image dialog.</li>
    146146                <li><a href="http://dev.fckeditor.net/ticket/3921">#3921</a> : Fixed Container scroll issue on IE7.</li>
    147147                <li><a href="http://dev.fckeditor.net/ticket/3940">#3940</a> : Fixed list operation doesn't stop at table.</li>
     148                <li><a href="http://dev.fckeditor.net/ticket/3972">#3972</a> : Fixed unable to remove a single empty list in document in Firefox with enterMode=BR.</li>
    148149        </ul>
    149150        <h3>
    150151                CKEditor 3.0 RC</h3>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy