[mapguide-users] Re: Tooltip with null value with Fusion(Internet
Explorer)
GordonL
gordon.luckett at arrowgeomatics.com
Mon Mar 7 22:22:17 EST 2011
Correct this bug by fixing the Widget.
maptip.js - around line 191
if(this.domObj.style.visibility != 'visible' || oMapTip.t != this.szTip ){
this.domObj.innerHTML = null;
change to:
if(this.domObj.style.visibility != 'visible' || oMapTip.t != this.szTip ){
this.domObj.innerHTML = '';
of course you may have to search and replace in the compressed fusion js
file.
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Tooltip-with-null-value-with-Fusion-Internet-Explorer-tp4961399p6099994.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
More information about the mapguide-users
mailing list