Ticket #3549: 3549.patch
File 3549.patch, 517 bytes (added by , 14 years ago) |
---|
-
_source/plugins/panel/plugin.js
259 259 { 260 260 show : function() 261 261 { 262 this.element.setStyle( 'display', '' ); 262 this.element.setStyle( 'display', '' ) 263 // #3549 IE8 and .null_container class issue. 264 .getParent().getParent().setStyle('visibility', 'visible'); 263 265 }, 264 266 265 267 hide : function()