[fusion-commits] r1654 - trunk/lib

svn_fusion at osgeo.org svn_fusion at osgeo.org
Fri Nov 7 16:12:01 EST 2008


Author: pagameba
Date: 2008-11-07 16:12:01 -0500 (Fri, 07 Nov 2008)
New Revision: 1654

Modified:
   trunk/lib/jxlib.uncompressed.js
Log:
Re #151.  Update jxlib with a change to tree items that removes the click event from right-clicks on items.  This was causing folders to toggle their state when right-clicked.  

Modified: trunk/lib/jxlib.uncompressed.js
===================================================================
--- trunk/lib/jxlib.uncompressed.js	2008-11-07 20:57:30 UTC (rev 1653)
+++ trunk/lib/jxlib.uncompressed.js	2008-11-07 21:12:01 UTC (rev 1654)
@@ -13122,7 +13122,7 @@
      */
     showMenu: function(e) {
         this.lastEvent = new Event(e);
-        this.fireEvent('click',this);
+        //this.fireEvent('click',this);
         if (this.contextMenu) {
             this.contextMenu.show(this.lastEvent);
         }



More information about the fusion-commits mailing list