Ticket #6171: 6171.patch

File 6171.patch, 637 bytes (added by Tobiasz Cudnik, 13 years ago)
  • _source/plugins/floatpanel/plugin.js

     
    300300                                                // Set the panel frame focus, so the blur event gets fired.
    301301                                                CKEDITOR.tools.setTimeout( function()
    302302                                                {
    303                                                         iframe.$.contentWindow.focus();
     303                                                        ( new CKEDITOR.dom.document( iframe.$.contentWindow.document ) )
     304                                                                .getBody().focus();
    304305                                                        // We need this get fired manually because of unfired focus() function.
    305306                                                        this.allowBlur( true );
    306307                                                }, 0, this);
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy