Roo/bootstrap/Menu.js
authorAlan Knowles <alan@roojs.com>
Fri, 16 May 2014 06:51:04 +0000 (14:51 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 16 May 2014 06:51:04 +0000 (14:51 +0800)
Roo/bootstrap/Menu.js

index 6764786..f6dfb54 100644 (file)
@@ -255,7 +255,7 @@ Roo.extend(Roo.bootstrap.Menu, Roo.bootstrap.Component,  {
                 this.activeItem.deactivate();
                 this.activeItem = null;
             }
-            this.el.hide();
+            this.triggerEl.removeClass('open');
             this.hidden = true;
             this.fireEvent("hide", this);
         }