[open-ils-commits] r12184 - trunk/Open-ILS/web/js/dojo/openils/widget (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Feb 15 11:39:22 EST 2009


Author: erickson
Date: 2009-02-15 11:39:19 -0500 (Sun, 15 Feb 2009)
New Revision: 12184

Modified:
   trunk/Open-ILS/web/js/dojo/openils/widget/EditPane.js
Log:
don't apply on-enter-equals-submit handler, cuz enter is conventiently used in various widgets to select values

Modified: trunk/Open-ILS/web/js/dojo/openils/widget/EditPane.js
===================================================================
--- trunk/Open-ILS/web/js/dojo/openils/widget/EditPane.js	2009-02-15 02:40:40 UTC (rev 12183)
+++ trunk/Open-ILS/web/js/dojo/openils/widget/EditPane.js	2009-02-15 16:39:19 UTC (rev 12184)
@@ -73,7 +73,7 @@
 
                     widget.build();
                     this.fieldList.push({name:field.name, widget:widget});
-                    this.applySaveOnEnter(widget);
+                    //this.applySaveOnEnter(widget);
                 }
                 if(!this.hideActionButtons)
                     this.buildActionButtons(tbody);



More information about the open-ils-commits mailing list