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

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Nov 24 21:37:00 EST 2010


Author: hubu
Date: 2010-11-24 18:37:00 -0800 (Wed, 24 Nov 2010)
New Revision: 5405

Modified:
   trunk/MgDev/Web/src/viewerfiles/ajaxmappane.templ
Log:
Fix Ticket 1537: https://trac.osgeo.org/mapguide/ticket/1537
No need special treat for Chrome/Safari, when the mouse hover the splitter of Map and Left panel. 
So this submission just remove the setcursor statement for Chrome/Safari.

Modified: trunk/MgDev/Web/src/viewerfiles/ajaxmappane.templ
===================================================================
--- trunk/MgDev/Web/src/viewerfiles/ajaxmappane.templ	2010-11-24 14:36:36 UTC (rev 5404)
+++ trunk/MgDev/Web/src/viewerfiles/ajaxmappane.templ	2010-11-25 02:37:00 UTC (rev 5405)
@@ -1250,8 +1250,6 @@
             {
                 if(!parent.InMeasure())
                 {
-                    if(safari || chrome)
-                        document.getElementById("tbMap").style.cursor = (x < 0 && x > -6? "w-resize" : "arrow");
                     if(x >= 0)
                     {
                         hlData.curx = x;



More information about the mapguide-commits mailing list