Ticket #4536: 4536.patch

File 4536.patch, 921 bytes (added by Garry Yao, 14 years ago)
  • _source/plugins/floatpanel/plugin.js

     
    149149
    150150                                        focused.on( 'blur', function( ev )
    151151                                                {
    152                                                         if ( CKEDITOR.env.ie && !this.allowBlur() )
     152                                                        if ( !this.allowBlur() )
    153153                                                                return;
    154154
    155155                                                        // As we are using capture to register the listener,
     
    239239                                                                                iframe.setAttribute( 'title', ' ' );
    240240                                                                        }
    241241                                                                }
    242                                                                 if ( CKEDITOR.env.ie && CKEDITOR.env.quirks )
    243                                                                         iframe.focus();
    244                                                                 else
    245                                                                         iframe.$.contentWindow.focus();
     242                                                               
     243                                                                iframe.$.contentWindow.focus();
    246244
    247245                                                                // We need this get fired manually because of unfired focus() function.
    248246                                                                if ( CKEDITOR.env.ie && !CKEDITOR.env.quirks )
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy