Roo/bootstrap/Tooltip.js
authoredward <edward@roojs.com>
Wed, 2 Aug 2017 06:03:12 +0000 (14:03 +0800)
committeredward <edward@roojs.com>
Wed, 2 Aug 2017 06:03:12 +0000 (14:03 +0800)
Roo/bootstrap/Tooltip.js

index ad51239..b1fabb0 100644 (file)
@@ -249,12 +249,13 @@ Roo.extend(Roo.bootstrap.Tooltip, Roo.bootstrap.Component,  {
         
         Roo.log(xy);
         
-                    if(xy[0] < 0){
-                placement = 'right';
-            }
-            
-            if(xy[0] + this.el.getWidth() > Roo.lib.Dom.getViewWidth()){
-                placement = 'left';
+        if(xy[0] < 0){
+            placement = 'right';
+        }
+
+        if(xy[0] + this.el.getWidth() > Roo.lib.Dom.getViewWidth()){
+            placement = 'left';
+        }
                 
 //        if(placement == 'top' || placement == 'bottom'){
 //            if(xy[0] < 0){