Roo/bootstrap/Table.js
authorAlan Knowles <alan@roojs.com>
Mon, 19 Oct 2015 04:50:43 +0000 (12:50 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 19 Oct 2015 04:50:43 +0000 (12:50 +0800)
roojs-bootstrap-debug.js
roojs-bootstrap.js
Roo/bootstrap/Tooltip.js

Roo/bootstrap/Tooltip.js

index e46cd8a..65326d6 100644 (file)
@@ -78,6 +78,7 @@ Roo.apply(Roo.bootstrap.Tooltip, {
             bindEl = el.select("[tooltip]").first();
             var xy = ev.getXY();
             if (!bindEl.getRegion().contains( { top : xy[1] ,right : xy[0] , bottom : xy[1], left : xy[0]})) {
+                Roo.log("not in region.");
                 return;
             }