[mapguide-commits] r6336 - trunk/MgDev/Web/src/viewerfiles

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Dec 15 02:17:33 EST 2011


Author: liuar
Date: 2011-12-14 23:17:32 -0800 (Wed, 14 Dec 2011)
New Revision: 6336

Modified:
   trunk/MgDev/Web/src/viewerfiles/ajaxmappane.templ
Log:
on behalf of libr(Bruce li)

fix the ticket #1889 http://trac.osgeo.org/mapguide/ticket/1889

solution :
set the style of the tip as "none" when disable the Maptip.

Modified: trunk/MgDev/Web/src/viewerfiles/ajaxmappane.templ
===================================================================
--- trunk/MgDev/Web/src/viewerfiles/ajaxmappane.templ	2011-12-15 02:31:31 UTC (rev 6335)
+++ trunk/MgDev/Web/src/viewerfiles/ajaxmappane.templ	2011-12-15 07:17:32 UTC (rev 6336)
@@ -2236,6 +2236,7 @@
     else
     {
         haveTooltip = false;
+        document.getElementById("hlTip").style.display = 'none';
         //disable the tooltip
         //change back the background and border color
         if(maptipBtn)



More information about the mapguide-commits mailing list