Ticket #4036: 4036.patch

File 4036.patch, 1.3 KB (added by Garry Yao, 14 years ago)
  • _source/plugins/wysiwygarea/plugin.js

     
    3434                                var selIsLocked = selection.isLocked;
    3535
    3636                                if ( selIsLocked )
    37                                         selection.unlock();
     37                                        selection.unlock( true );
    3838
    3939                                var $sel = selection.getNative();
    4040                                if ( $sel.type == 'Control' )
     
    6666                        var selIsLocked = selection.isLocked;
    6767
    6868                        if ( selIsLocked )
    69                                 selection.unlock();
     69                                selection.unlock( true );
    7070
    7171                        var range, clone, lastElement, bookmark;
    7272
  • CHANGES.html

     
    162162                        ckeditor2.html test case.</li>
    163163                <li><a href="http://dev.fckeditor.net/ticket/3989">#3989</a> : Host page horizontal scrolling a lot when on having righ-to-left direction.</li>
    164164                <li><a href="http://dev.fckeditor.net/ticket/4001">#4001</a> : Create link around existing image result incorrect.</li>
     165                <li><a href="http://dev.fckeditor.net/ticket/4036">#4036</a> : Fixed inserting form fields among text cause error.</li>
    165166        </ul>
    166167        <h3>
    167168                CKEditor 3.0 RC</h3>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy