Ticket #3909: 3909.patch

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

     
    133133                                                                saveSelection();
    134134                                                        });
    135135
    136                                                 editor.window.on( 'blur', function()
     136                                                // Check document selection before 'blur' fired, this
     137                                                // will prevent us from breaking text selection somewhere
     138                                                // else on the host page.(#3909)
     139                                                editor.document.on( 'beforedeactivate', function()
    137140                                                        {
    138141                                                                // Disable selections from being saved.
    139142                                                                saveEnabled = false;
  • CHANGES.html

     
    108108                <li><a href="http://dev.fckeditor.net/ticket/3894">#3894</a> : Fixed an issue where editor failed to initialize when using the on-demand loading way.</li>
    109109                <li><a href="http://dev.fckeditor.net/ticket/3903">#3903</a> : Color button plugin doesn't read config entry from editor instance correctly.</li>
    110110                <li><a href="http://dev.fckeditor.net/ticket/3801">#3801</a> : Comments at the start of the document was lost in IE.</li>
     111                <li><a href="http://dev.fckeditor.net/ticket/3909">#3909</a> : Move focus from editor into a text input control is broken.</li>
    111112        </ul>
    112113        <h3>
    113114                CKEditor 3.0 RC</h3>
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy