Roo/bootstrap/menu/Menu.js
authorEdward <edward@roojs.com>
Fri, 5 Dec 2014 08:48:46 +0000 (16:48 +0800)
committerEdward <edward@roojs.com>
Fri, 5 Dec 2014 08:48:46 +0000 (16:48 +0800)
Roo/bootstrap/menu/Menu.js

index 5c4b16b..6069394 100644 (file)
@@ -197,6 +197,8 @@ Roo.extend(Roo.bootstrap.menu.Menu, Roo.bootstrap.Component,  {
         this.hidden = false;
 //        this.el.addClass('open');
         
+        this.list().show();
+        
         Roo.get(document).on("mouseup", this.onMouseUp, this);
         
         this.fireEvent("show", this);