Ticket #6671: 6671_2.patch

File 6671_2.patch, 642 bytes (added by Garry Yao, 13 years ago)
  • _source/plugins/floatpanel/plugin.js

     
    319319                                if ( this.visible && ( !this.onHide || this.onHide.call( this ) !== true ) )
    320320                                {
    321321                                        this.hideChild();
     322                                        // Blur previously focused element. (#6671)
     323                                        CKEDITOR.env.gecko && this._.iframe.getFrameDocument().$.activeElement.blur();
    322324                                        this.element.setStyle( 'display', 'none' );
    323325                                        this.visible = 0;
    324326                                        this.element.getFirst().removeCustomData( 'activePanel' );
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy