Roo/bootstrap/Tooltip.js
authoredward <edward@roojs.com>
Wed, 9 Mar 2016 06:36:55 +0000 (14:36 +0800)
committeredward <edward@roojs.com>
Wed, 9 Mar 2016 06:36:55 +0000 (14:36 +0800)
Roo/bootstrap/Tooltip.js

index 2766de4..7e4c8fc 100644 (file)
@@ -84,6 +84,9 @@ Roo.apply(Roo.bootstrap.Tooltip, {
             //Roo.log("child element over..");
             
         }
+        
+        bindEl.setVisibilityMode(Roo.Element.DISPLAY);
+        
         this.currentEl = bindEl;
         this.currentTip.bind(bindEl);
         this.currentRegion = Roo.lib.Region.getRegion(dom);