Ticket #6574: 6574.patch

File 6574.patch, 511 bytes (added by Garry Yao, 13 years ago)
  • _source/plugins/panel/plugin.js

     
    318318
    319319                        // Safari need focus on the iframe window first(#3389), but we need
    320320                        // lock the blur to avoid hiding the panel.
    321                         if ( CKEDITOR.env.webkit )
     321                        if ( CKEDITOR.env.webkit || CKEDITOR.env.opera )
    322322                                item.getDocument().getWindow().focus();
    323323                        item.focus();
    324324
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy