Forum Moderators: open
I have a form, and set the tabindex property of all the input boxes. However, sometimes, after entering the data in a box and pressing "tab", the cursor jumps to the address bar. I haven't been able to duplicate this consistently, and if you just tab through without entering data all is well.
Did I miss a discussion on this one?
Thanks.
I believe the best time to use the tabindex is when you have a tablular structure that does not allow for a natural tabbed flow.
Through my experimentation when making a site Bobby and 508 compliant, I realized that there really was no need to utilize the tabindex as all the browsers I tested automatically tabbed in the order the fields were in based on table structure.
If you remove the tabindex and have those people test again, what is the outcome? I'm not too certain that utilization of the tabindex attribute is required unless of course things are not in their normal place. ;)
17.11.1 Tabbing navigation [w3.org]