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

index 9bb2eab..665bad0 100644 (file)
@@ -77,6 +77,7 @@ Roo.apply(Roo.bootstrap.Tooltip, {
             // is the mouse over this child...?
             bindEl = el.select("[tooltip]").first();
             var xy = ev.getXY();
+            Roo.log(xy);
             if (!bindEl.getRegion().contains( { top : xy[1] ,right : xy[0] , bottom : xy[1], left : xy[0]})) {
                 //Roo.log("not in region.");
                 return;