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

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Jun 17 19:26:45 PDT 2014


Author: jng
Date: 2014-06-17 19:26:45 -0700 (Tue, 17 Jun 2014)
New Revision: 8238

Modified:
   trunk/MgDev/Web/src/viewerfiles/ajaxmappane.templ
Log:
Don't call LoadAlternateSelectionImage() for Chrome as it caused selection images to not properly update. I guess this was put in for earlier versions of Chrome where this issue was a problem.

Modified: trunk/MgDev/Web/src/viewerfiles/ajaxmappane.templ
===================================================================
--- trunk/MgDev/Web/src/viewerfiles/ajaxmappane.templ	2014-06-17 13:16:34 UTC (rev 8237)
+++ trunk/MgDev/Web/src/viewerfiles/ajaxmappane.templ	2014-06-18 02:26:45 UTC (rev 8238)
@@ -1905,7 +1905,7 @@
 
 function PutSelectionImageUrl(reqId, url)
 {
-    if(safari || chrome)
+    if(safari)
     {
         LoadAlternateSelectionImage(url, reqId);
     }



More information about the mapguide-commits mailing list