Ticket #3565: 3565.patch

File 3565.patch, 535 bytes (added by Tobiasz Cudnik, 15 years ago)
  • _source/plugins/floatpanel/plugin.js

     
    211211                                                                                iframe.setAttribute( 'title', ' ' );
    212212                                                                        }
    213213                                                                }
    214                                                                 iframe.$.contentWindow.focus();
     214                                                                if ( iframe.$.contentWindow )
     215                                                                        iframe.$.contentWindow.focus();
     216                                                                else
     217                                                                        iframe.focus();
    215218                                                        }, 0);
    216219                                        }, 0);
    217220
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy