Author: sevein
Date: Wed Nov  3 05:50:21 2010
New Revision: 8766

Log:
Drop the carriage return key listener. Fixes issue 1870 and issue 1873.

Modified:
   trunk/js/dialog.js

Modified: trunk/js/dialog.js
==============================================================================
--- trunk/js/dialog.js  Wed Nov  3 00:02:05 2010        (r8765)
+++ trunk/js/dialog.js  Wed Nov  3 05:50:21 2010        (r8766)
@@ -110,11 +110,6 @@
           scope: this.yuiDialog,
           correctScope: true }).enable());
 
-        this.yuiDialog.cfg.queueProperty('keylisteners', new 
YAHOO.util.KeyListener(this.yuiDialog.form, { keys: 13 }, {
-          fn: handleYuiSubmit,
-          scope: this.yuiDialog,
-          correctScope: true }).enable());
-        
         // Remove all showEvent listeners to prevent default "focusFirst"
         // behavior
         this.yuiDialog.showEvent.unsubscribeAll();

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to