Ticket #2816: 2816.patch

File 2816.patch, 545 bytes (added by Garry Yao, 15 years ago)
  • _source/plugins/dialog/plugin.js

     
    829829                 */
    830830                saveSelection : function()
    831831                {
     832                        //Awalys re-focus the editor document for IE bug
     833                        if(CKEDITOR.env.ie && !this._.editor.focusManager.hasFocus)
     834                                this._.editor.focus();
    832835                        if ( this._.editor.mode )
    833836                        {
    834837                                var selection = new CKEDITOR.dom.selection( this._.editor.document );
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy