[fusion-commits] r2545 - trunk/lib

svn_fusion at osgeo.org svn_fusion at osgeo.org
Sat Jul 7 05:16:49 PDT 2012


Author: jng
Date: 2012-07-07 05:16:49 -0700 (Sat, 07 Jul 2012)
New Revision: 2545

Modified:
   trunk/lib/Map.js
Log:
#527: Undo IE9 beta workaround (#424). Patch provided by Trevor Wekel

Modified: trunk/lib/Map.js
===================================================================
--- trunk/lib/Map.js	2012-07-07 12:08:15 UTC (rev 2544)
+++ trunk/lib/Map.js	2012-07-07 12:16:49 UTC (rev 2545)
@@ -1392,9 +1392,6 @@
 
      onContextMenu: function(e) {
          //console.log('oncontextmenu');
-         // below line as a workaround for IE9 defect, please refer to https://trac.osgeo.org/fusion/ticket/424
-         // once IE9 fix this defect, we will roll back this line.
-         e=window.event?window.event:e;
          if (this.oContextMenu && !this.bSupressContextMenu && this.isLoaded()) {
              this.oContextMenu.show(new Event(e));
              this.contextMenuPosition = this.getEventPosition(e);



More information about the fusion-commits mailing list