Ticket #6574: 6574_2.patch

File 6574_2.patch, 953 bytes (added by Garry Yao, 14 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
  • _source/plugins/floatpanel/plugin.js

     
    123123
    124124                                element.setStyles(
    125125                                        {
    126                                                 top : '-30000px',
     126                                                top : 0,
     127                                                left: 0,
    127128                                                display : ''
    128129                                        });
    129130                                // Don't use display or visibility style because we need to
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy