Roo/bootstrap/DocumentManager.js
authorAlan Knowles <alan@roojs.com>
Wed, 17 Feb 2016 03:02:22 +0000 (11:02 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 17 Feb 2016 03:02:22 +0000 (11:02 +0800)
Roo/bootstrap/Container.js

Roo/bootstrap/Container.js

index c6b9e14..58d68ba 100644 (file)
@@ -249,8 +249,10 @@ Roo.extend(Roo.bootstrap.Container, Roo.bootstrap.Component,  {
             
             this.expanded = true;
             
-            this.el.select('.panel-body',true).first().setVisibilityMode(Roo.Element.DISPLAY).show();
-        
+            //this.el.select('.panel-body',true).first().setVisibilityMode(Roo.Element.DISPLAY).show();
+            
+            this.el.select('.panel-body',true).first().removeClass('hide');
+            
             var toggleEl = this.toggleEl();
 
             if(!toggleEl){