Ticket #4186: 4186.patch

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

     
    7878                output.push(
    7979                        '<div class="', editor.skinClass ,'"' +
    8080                                ' lang="', editor.langCode, '"' +
    81                                 ' style="z-index:' + ( editor.config.baseFloatZIndex + 1 ) + '">' +
     81                                // iframe loading need sometime, keep the panel hidden(#4186).
     82                                ' style="display:none;z-index:' + ( editor.config.baseFloatZIndex + 1 ) + '">' +
    8283                                '<div' +
    8384                                        ' id=', id,
    8485                                        ' dir=', editor.lang.dir,
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy