Roo/bootstrap/menu/Menu.js
authorEdward <edward@roojs.com>
Fri, 5 Dec 2014 09:18:37 +0000 (17:18 +0800)
committerEdward <edward@roojs.com>
Fri, 5 Dec 2014 09:18:37 +0000 (17:18 +0800)
Roo/bootstrap/menu/Menu.js

index ba3b857..e2bc34a 100644 (file)
@@ -208,6 +208,8 @@ Roo.extend(Roo.bootstrap.menu.Menu, Roo.bootstrap.Component,  {
         this.hidden = true;
         this.el.removeClass('open');
         
+        this.list().setLeft('-100px');
+        
         Roo.get(document).un("mouseup", this.onMouseUp);
         
         this.fireEvent("hide", this);