« Return to Thread: usability of tab focus

usability of tab focus

by Simon Asselbergs :: Rate this Message:

Reply to Author | View in Thread

[Please voluntarily trim replies to include only relevant quoted material.]

Hi All,

Some expert coorperate users want to have a lot of fields on a form so they can input large amounts of data at once, in a specific flow. They like to use the Tabkey to put focus on a field. Should all fields  using tabfocus events, or only the most used input pattern? What is the best practice?

Example:
Imagine you have to design usability for one form with the fields: A,B,C,D,E,F,G
The average input pattern would be A,B,D,F.

Should I have a tab order like this

[TabIndex, field]
1. A
2. B
3. C
4. D
5. E
6. F
7. G

or like this

[TabIndex, field]
1. A
2. B
3. D
4. F
other fields don't respond to the tabfocus event.


Cheers,

Simon

--
_______________________________________________

Search for businesses by name, location, or phone number.  -Lycos Yellow Pages

http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=lycos10

________________________________________________________________
Welcome to the Interaction Design Association (IxDA)!
To post to this list ....... discuss@...
List Guidelines ............ http://listguide.ixda.org/
List Help .................. http://listhelp.ixda.org/
(Un)Subscription Options ... http://subscription-options.ixda.org/
Announcements List ......... http://subscribe-announce.ixda.org/
Questions .................. lists@...
Home ....................... http://ixda.org/
Resource Library ........... http://resources.ixda.org

 « Return to Thread: usability of tab focus