Hi Gordon,

Is this issue corrected in the MapGuide 2.2 RC3 build?  If not, can you log a 
defect for Fusion 2.2 and attach the patch?

Thanks,
Trevor

-----Original Message-----
From: [email protected] 
[mailto:[email protected]] On Behalf Of GordonL
Sent: March 7, 2011 8:22 PM
To: [email protected]
Subject: [mapguide-users] Re: Tooltip with null value with Fusion(Internet 
Explorer)

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

_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to