Roo/bootstrap/menu/Menu.js
authorEdward <edward@roojs.com>
Thu, 4 Dec 2014 10:09:23 +0000 (18:09 +0800)
committerEdward <edward@roojs.com>
Thu, 4 Dec 2014 10:09:23 +0000 (18:09 +0800)
Roo/bootstrap/menu/Menu.js

index d72851d..0d40f0a 100644 (file)
@@ -91,6 +91,10 @@ Roo.extend(Roo.bootstrap.menu.Menu, Roo.bootstrap.Component,  {
     
     
     getChildContainer : function() {
+        if(this.submenu){
+            return this.el;
+        }
+        
         return this.el.select('ul.dropdown-menu', true).first();  
     },