Ticket #3622: 3622.patch

File 3622.patch, 1.2 KB (added by Garry Yao, 15 years ago)
  • _source/plugins/enterkey/plugin.js

     
    256256                        else
    257257                                lineBreak = doc.createElement( 'br' );
    258258
     259                        range.deleteContents();
    259260                        range.insertNode( lineBreak );
    260261
    261262                        // A text node is required by Gecko only to make the cursor blink.
  • CHANGES.html

     
    185185                <li><a href="http://dev.fckeditor.net/ticket/4075">#4075</a> : [IE6/7]Fixed apply custom inline style with "class" attribute failed.</li>
    186186                <li><a href="http://dev.fckeditor.net/ticket/4087">#4087</a> : [Firefox]Fixed extra blocks created on create list when full document selected.</li>
    187187                <li><a href="http://dev.fckeditor.net/ticket/4097">#4097</a> : No undo/redo support for fontColor and backgroundColor buttons.</li>
     188                <li><a href="http://dev.fckeditor.net/ticket/3622">#3622</a> : Fixed shift enter with selection not deleting highlighted text.</li>
    188189        </ul>
    189190        <h3>
    190191                CKEditor 3.0 RC</h3>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy