Mod Archive Forums

Website => Help & Support => Feedback & Suggestions => Topic started by: Saga Musix on July 03, 2008, 13:12:16

Title: [fixed] Suggestion: Set "tabindex" attribute for login form
Post by: Saga Musix on July 03, 2008, 13:12:16
If you cycle with the <tab> key through the login form, it will go from name to passwort to submit button to checkbox. It's not that common that the checkbox appears after the submit button which also leads me to missing this option sometimes when loggin in. without changing the layout, this can easily be fixed with the tabindex attribute.
Code: [Select]
<input *username* tabindex="1">
<input *passwort* tabindex="2">
<input *submit* tabindex="4">
<input *checkbox* tabindex="3">
it would be nice if you could add the tabindex attribute to the login form, i guess i'm not the only one who uses the <tab> key. :)
Title: Re: Suggestion: Set "tabindex" attribute for login form
Post by: m0d on July 03, 2008, 13:41:26
Done.
Title: Re: Suggestion: Set "tabindex" attribute for login form
Post by: Saga Musix on July 03, 2008, 15:59:11
thank you :D