In the above mentioned version, installing persistent logins under 4.7.4 (regardless of theme) renders the tabindexing useless from a usability point of view.

In both the block (and node format if switched on as a 403 trap in LoginToboggan module) of the login form, the tabindex's run thru four elements: 1, 2, unassigned, 3. This means that the 'Remember me' button is skipped unless you use the mouse! (or a lot of tabbing...!)

Is there any way to fix this without a core hack? I guess you could hard code another 'tabindex=3' into the persistent login box to make it work, but that would break the validation (on themes that validate properly initially).

Any ideas?

Comments

bjaspan’s picture

Status: Active » Fixed

Please download the 4.7 development snapshot and verify that the problem is fixed.

Thanks.

Anonymous’s picture

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

Version: 4.7.x-1.x-dev » 5.x-1.0
Status: Closed (fixed) » Active

Sorry - what was supposed to be fixed about this? It's exactly the same as it was.

I am now using v5 instead of 4.7 though.

Tab order still goes: user, pass, submit - skipping the remember me box.

bjaspan’s picture

This was fixed in the development snapshot but not in an official release until today. I just released PL 1.1 for Drupal 4.7 and 5. Please give it a try.

bjaspan’s picture

Status: Active » Fixed

Fixed in 1.1.

Anonymous’s picture

Status: Fixed » Closed (fixed)