[fusion-commits] r2484 - trunk/widgets

svn_fusion at osgeo.org svn_fusion at osgeo.org
Thu Dec 8 11:15:26 EST 2011


Author: jng
Date: 2011-12-08 08:15:26 -0800 (Thu, 08 Dec 2011)
New Revision: 2484

Modified:
   trunk/widgets/Maptip.js
Log:
#504: the Maptip of the feature doesn't disappear after the Maptip tool have been disabled. Apply Bruce Li's patch.

Modified: trunk/widgets/Maptip.js
===================================================================
--- trunk/widgets/Maptip.js	2011-12-08 15:38:45 UTC (rev 2483)
+++ trunk/widgets/Maptip.js	2011-12-08 16:15:26 UTC (rev 2484)
@@ -207,6 +207,7 @@
         this.getMap().deregisterForEvent(Fusion.Event.MAP_MAPTIP_REQ_FINISHED,this.mapTipReqFinishedFunc);
         this.getMap().deregisterForEvent(Fusion.Event.MAP_BUSY_CHANGED, this.mapBusyChangedFunc);
         this.getMap().deregisterForEvent(Fusion.Event.MAP_LOADED, this.mapLoaded);
+        this.domObj.parentNode.removeChild(this.domObj); 
     },
     
     mouseOut: function(e) {



More information about the fusion-commits mailing list