Ticket #3549: 3549.patch

File 3549.patch, 517 bytes (added by Tobiasz Cudnik, 15 years ago)
  • _source/plugins/panel/plugin.js

     
    259259        {
    260260                show : function()
    261261                {
    262                         this.element.setStyle( 'display', '' );
     262                        this.element.setStyle( 'display', '' )
     263                                // #3549 IE8 and .null_container class issue.
     264                                .getParent().getParent().setStyle('visibility', 'visible');
    263265                },
    264266
    265267                hide : function()
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy