First time here? Check out the FAQ!
2

askbot login fields doesn't accept return [~fixed]
 

When using the askbot login method, the username and password fields show up. If you press the "enter/return" key, both fields clear.

This is a minor usability issue, where new user tend to do the sequence: Username <tab> password <return> instead of Username <tab> password <tab> <return>

Is it possible for the dialog to accept return in the password field as a click on the "sign in" button?

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
updated 14 years ago
Benoit's avatar
875
Benoit
asked 14 years ago

Comments

I agree, the enter key handing in the login screen is broken.
Evgeny's avatar Evgeny (14 years ago)
also I can't login through google by hitting enter on the google icon, and when you hit enter when openid url is in focus you get kicked into password login form.
Evgeny's avatar Evgeny (14 years ago)
see more comments

2 Answers

1

With the last version (0.6.82) it works with ie6, ie7, ie8, ff4 but not with the chrome.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Samuel's avatar
425
Samuel
answered 14 years ago
link

Comments

Samuel, I could not reproduce the problem with Chrome, works fine for me.
Evgeny's avatar Evgeny (14 years ago)
I thought it appeared only when the askbot button was displayed but I cannot reproduce it anymore.
Samuel's avatar Samuel (14 years ago)
see more comments
0

I've fixed the particular behaviours that you've mentioned, but there's room for more improvement in this area, e.g. support for cursor keys in the "matrix" of login methods and auto-focussing on fields that are filled out incorrectly.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 14 years ago
link

Comments

see more comments