Roo/bootstrap/Tooltip.js
authoredward <edward@roojs.com>
Wed, 2 Aug 2017 05:47:46 +0000 (13:47 +0800)
committeredward <edward@roojs.com>
Wed, 2 Aug 2017 05:47:46 +0000 (13:47 +0800)
Roo/bootstrap/Tooltip.js

index c44e4b8..045fc4e 100644 (file)
@@ -245,6 +245,8 @@ Roo.extend(Roo.bootstrap.Tooltip, Roo.bootstrap.Component,  {
         
         var xy = this.el.getAlignToXY(this.bindEl, align[0], align[1]);
         
+        Roo.log(xy);
+        
         if(placement == 'top' || placement == 'bottom'){
             if(xy[0] < 0){
                 placement = 'right';