Closed (fixed)
Project:
LoginToboggan
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
8 Feb 2006 at 00:49 UTC
Updated:
15 Nov 2009 at 21:55 UTC
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
Comment #1
jjeff commentedInteresting. We'll will take a look at this. What browser are you using? Are you able to reproduce this consistently?
Thanks.
-Jeff
Comment #2
jon@jony.net commentedusing 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.
Comment #3
hunmonk commentedfixed in 4.7 and HEAD.
Comment #4
(not verified) commentedComment #5
hunmonk commentedthis has been rolled back in 6.x and beyond due to core's change at #437930: remove tabindex attributes from user_login form