[mapguide-users] Re: Tooltip with null value with
Fusion(Internet Explorer)
Trevor Wekel
trevor_wekel at otxsystems.com
Mon Mar 7 22:35:08 EST 2011
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: mapguide-users-bounces at lists.osgeo.org [mailto:mapguide-users-bounces at lists.osgeo.org] On Behalf Of GordonL
Sent: March 7, 2011 8:22 PM
To: mapguide-users at lists.osgeo.org
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
mapguide-users at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users
More information about the mapguide-users
mailing list