Mod Archive Forums Mod Archive Forums
Advanced search  

News:

Please note: Your main modarchive.org account will not work here, you must create a forum account to post on the forums.

Pages: [1]   Go Down

Author Topic: [fixed] Suggestion: Set "tabindex" attribute for login form  (Read 6721 times)

0 Members and 1 Guest are viewing this topic.

Saga Musix

  • TMA Moderator
  • Top Poster
  • ****
  • Offline Offline
  • Posts: 2571
  • I love OpenMPT! And Modules! And TMA! And Pie! :>
    • View Profile
    • Saga Musix - free module music and more!

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. :)
« Last Edit: November 26, 2008, 02:08:04 by m0d »
Logged
» My TMA artist profile
» Visit my music site: https://sagamusix.de/ [de, en]
» Visit my programming website: https://sagagames.de/ [de]
» Open ModPlug Tracker

m0d

  • Creator of Meow Meow Meow Kitty Song
  • Global Moderator
  • Top Poster
  • ****
  • Offline Offline
  • Posts: 1869
  • Original Site Admin/Designer/Coder
    • View Profile
    • Science & Art - Eindhoven.space - RedHeat Music & More
Re: Suggestion: Set "tabindex" attribute for login form
« Reply #1 on: July 03, 2008, 13:41:26 »

Done.
Logged
👨‍💻 Creator, Musician & HF Packet Radio Network Core
🎧 Discover great music via other member's special picks in the MFG
☕️ Get m0d a coffee via Ko-Fi.com
💬 IRC irc.rizon.net #modarchive
💬 Modarchive Discord

Saga Musix

  • TMA Moderator
  • Top Poster
  • ****
  • Offline Offline
  • Posts: 2571
  • I love OpenMPT! And Modules! And TMA! And Pie! :>
    • View Profile
    • Saga Musix - free module music and more!
Re: Suggestion: Set "tabindex" attribute for login form
« Reply #2 on: July 03, 2008, 15:59:11 »

thank you :D
Logged
» My TMA artist profile
» Visit my music site: https://sagamusix.de/ [de, en]
» Visit my programming website: https://sagagames.de/ [de]
» Open ModPlug Tracker
Pages: [1]   Go Up