Roo/bootstrap/Menu.js
authorjohn <john@roojs.com>
Fri, 10 Aug 2018 03:56:46 +0000 (11:56 +0800)
committerjohn <john@roojs.com>
Fri, 10 Aug 2018 03:56:46 +0000 (11:56 +0800)
Roo/bootstrap/Menu.js

index 160520c..3f7b66e 100644 (file)
@@ -257,6 +257,9 @@ Roo.extend(Roo.bootstrap.Menu, Roo.bootstrap.Component,  {
             this.render();
         }
         this.fireEvent("beforeshow", this);
+        
+        Roo.log(this.el.getAlignToXY(el, pos || this.defaultAlign));
+        
         this.showAt(this.el.getAlignToXY(el, pos || this.defaultAlign), parentMenu, false);
     },
      /**