Ticket #4653: 4653.patch
File 4653.patch, 712 bytes (added by , 15 years ago) |
---|
-
_source/plugins/panel/plugin.js
161 161 // after <body>, so it (body) becames immediatelly 162 162 // available. (#3031) 163 163 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 }' ) : '' ) + 164 168 '<\/html>' ); 165 169 doc.$.close(); 166 170