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

index 35a8102..342fc15 100644 (file)
@@ -75,8 +75,9 @@ Roo.apply(Roo.bootstrap.Tooltip, {
                 return;
             }
             // is the mouse over this child...?
+            bindEl = el.select("[tooltip]").first();
+            
             
-            bindEl = el;
         }
         this.currentEl = bindEl;
         this.currentTip.bind(bindEl);