[fusion-commits] r2460 - trunk/widgets

svn_fusion at osgeo.org svn_fusion at osgeo.org
Thu Nov 17 21:26:50 EST 2011


Author: liuar
Date: 2011-11-17 18:26:50 -0800 (Thu, 17 Nov 2011)
New Revision: 2460

Modified:
   trunk/widgets/Select.js
Log:
Fix ticket #489 Cannot open context menu in select mode.

Do not suppress context menu while under select mode.

Modified: trunk/widgets/Select.js
===================================================================
--- trunk/widgets/Select.js	2011-11-16 08:39:44 UTC (rev 2459)
+++ trunk/widgets/Select.js	2011-11-18 02:26:50 UTC (rev 2460)
@@ -111,7 +111,6 @@
         this.handler.activate();
         //this.shiftHandler.activate();
         this.getMap().setCursor(this.asCursor);
-        this.getMap().supressContextMenu(true);
     },
 
     /**
@@ -123,7 +122,6 @@
         this.handler.deactivate();
         //this.shiftHandler.deactivate();
         this.getMap().setCursor('auto');
-        this.getMap().supressContextMenu(false);
     },
 
     /**



More information about the fusion-commits mailing list