Ticket #7882: 7882.patch

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

     
    146146                                if ( !this._.blurSet )
    147147                                {
    148148                                        // Non IE prefer the event into a window object.
    149                                         var focused = CKEDITOR.env.ie ? iframe : new CKEDITOR.dom.window( iframe.$.contentWindow );
     149                                        var focused = CKEDITOR.env.ie || CKEDITOR.env.opera ? iframe : new CKEDITOR.dom.window( iframe.$.contentWindow );
    150150
    151151                                        // With addEventListener compatible browsers, we must
    152152                                        // useCapture when registering the focus/blur events to
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy