Bug 14316 - On the sign-in page, I can't use 'enter' to sign in
: On the sign-in page, I can't use 'enter' to sign in
Status: CLOSED FIXED
Product: MySqueezebox.com
Classification: Unclassified
Component: Web UI
: MySB
: PC Windows XP
: P3 minor (vote)
: Joplin
Assigned To: Andy Grundman
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-09-26 08:25 UTC by Chris Owens
Modified: 2009-10-09 09:36 UTC (History)
1 user (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Owens 2009-09-26 08:25:25 UTC
After I type in my uname and pw, I reflexively hit 'enter' to sign in, but it doesn't work.

Clicking the 'Sign In' button works fine
Comment 1 Michael Herger 2009-09-28 03:53:25 UTC
Index: Signup.js
===================================================================
--- Signup.js	(revision 7451)
+++ Signup.js	(working copy)
@@ -27,6 +27,7 @@
 			text: args.submitLogin,
 			renderTo: 'login',
 			cls: 'btn-primary',
+			type: 'submit',
 			handler: function() {
 				document.forms.login_form.submit();
 			}
@@ -36,6 +37,7 @@
 			text: args.submitRegistration,
 			renderTo: 'doRegister',
 			cls: 'btn-primary',
+			type: 'submit',
 			handler: this.onRegistrationSubmit
 		});
 
@@ -43,6 +45,7 @@
 			text: args.submitResetPW,
 			renderTo: 'doResetPW',
 			cls: 'btn-primary',
+			type: 'submit',
 			handler: function() {
 				document.forms.reset_password_form.submit();
 			}
Comment 2 SVN Bot 2009-10-02 04:30:08 UTC
 == Auto-comment from SVN commit #7555 to the network repo by michael ==
 == https://svn.slimdevices.com/network?view=revision&revision=7555 ==

Fixed Bug: 14316
Description: allow using the Enter key to submit sign-in form
Comment 3 James Richardson 2009-10-09 09:36:35 UTC
This bug has been fixed in the latest release of MySqueezeBox.com (formerly  known as SqueezeNetwork) Check out the new site, if you haven't already.

If you are still experiencing this problem, feel free to reopen the bug with your new comments and we'll have another look.