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.
_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users