Ticket #4653: 4653.patch

File 4653.patch, 712 bytes (added by Garry Yao, 15 years ago)
  • _source/plugins/panel/plugin.js

     
    161161                                                // after <body>, so it (body) becames immediatelly
    162162                                                // available. (#3031)
    163163                                                CKEDITOR.tools.buildStyleHtml( this.css ) +
     164
     165                                                // The 'visibility:inheirt' doesn't work for Firefox in this frame,
     166                                                // but it's just safe explicitly use 'visible' here. (#4653)
     167                                                ( CKEDITOR.env.gecko ? CKEDITOR.tools.buildStyleHtml(  '.' + className + '_container { visibility:visible }' ) : '' ) +
    164168                                        '<\/html>' );
    165169                                doc.$.close();
    166170
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy