Roo/bootstrap/Menu.js
authorEdward <edward@roojs.com>
Mon, 30 Mar 2015 03:31:35 +0000 (11:31 +0800)
committerEdward <edward@roojs.com>
Mon, 30 Mar 2015 03:31:35 +0000 (11:31 +0800)
Roo/bootstrap/Menu.js

index 0a023a3..ebd751d 100644 (file)
@@ -184,7 +184,10 @@ Roo.extend(Roo.bootstrap.Menu, Roo.bootstrap.Component,  {
         
         this.fireEvent("click", this, t, e);
         
-        this.hide();
+        if(!t.isContainer){
+            this.hide();
+        }
+        
     },
      onMouseOver : function(e){
         var t  = this.findTargetItem(e);