Roo/bootstrap/Tooltip.js
authoredward <edward@roojs.com>
Thu, 25 Feb 2016 06:47:49 +0000 (14:47 +0800)
committeredward <edward@roojs.com>
Thu, 25 Feb 2016 06:47:49 +0000 (14:47 +0800)
Roo/bootstrap/Tooltip.js

index 55be9d9..dacdb4a 100644 (file)
@@ -252,9 +252,9 @@ Roo.extend(Roo.bootstrap.Tooltip, Roo.bootstrap.Component,  {
                 placement = 'right';
             }
             
-            if(xy[1] < 0){
-                placement = 'right';
-            }
+//            if(xy[1] < 0){
+//                placement = 'right';
+//            }
         }
         
         align = Roo.bootstrap.Tooltip.alignment[placement];