Ticket #3972: 3972.patch
File 3972.patch, 1.4 KB (added by , 14 years ago) |
---|
-
_source/plugins/domiterator/plugin.js
75 75 if ( testRange.checkEndOfBlock() ) 76 76 { 77 77 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 ); 80 80 } 81 81 } 82 82 -
CHANGES.html
145 145 <li><a href="http://dev.fckeditor.net/ticket/3951">#3951</a> : Reset size and lock ratio options were not accessible in Image dialog.</li> 146 146 <li><a href="http://dev.fckeditor.net/ticket/3921">#3921</a> : Fixed Container scroll issue on IE7.</li> 147 147 <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> 148 149 </ul> 149 150 <h3> 150 151 CKEditor 3.0 RC</h3>