When you hit tab to go to the next field after typing in your user name, instead of focus going to the password field, the focus goes to the link to... /user/help#drupal
There is no problem if you have distrubted auth turned off, but when it is on, the result is that you have to hit tab twice to get to the password field.

Comments

jjeff’s picture

Interesting. We'll will take a look at this. What browser are you using? Are you able to reproduce this consistently?

Thanks.
-Jeff

jon@jony.net’s picture

using mozilla firefox 1.5, couldnt test in ie, because my theme isnt working right in ie yet. it was consistenly reproducable, but, as a quick fix, i've changed the discription to the password field instead of the name field. really, its just an issue of asigning Tabindex= to the form elements. If i wasnt so lazy, i'd submit a patch, but it does look pretty trivial. to reproduce, just enable the drupal module, and go to its settings page to enable distributed logins, and also enable loggintobogan and the login taboggin collapsable login block, thats where I first encounterd the issue. it is just a really minor user interface issue, but should be easy to fix with tabindex, or just repositioning the layout of the block.

hunmonk’s picture

Assigned: Unassigned » hunmonk
Status: Active » Fixed

fixed in 4.7 and HEAD.

Anonymous’s picture

Status: Fixed » Closed (fixed)
hunmonk’s picture

this has been rolled back in 6.x and beyond due to core's change at #437930: remove tabindex attributes from user_login form