Bugzilla – Bug 14316
On the sign-in page, I can't use 'enter' to sign in
Last modified: 2009-10-09 09:36:35 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
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(); }
== 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
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.