Link to home
Start Free TrialLog in
Avatar of iamnatio
iamnatio

asked on

How does it work with the HTML attribute "tabindex" on Safari (Mac)?

Hello,

Running Safari 3.0.4 with OS X 10.4.11 and the HTML attribute "tabindex" does not seem to work as it should when its related to inputs that are "submit" buttons.

The outcome for me is when I try to tab to the submit button it tabs to the browsers URL bar instead.

Anyone run into this problem?

Note Safari on Windows works fine, it just seems to be a problem on Safari Mac.

Any help would be appreciated.

Thank you
<form method="post" action="index.php">
Sample: <input type="text" name="sample" tabindex="1" />
Sample 2: <input type="text" name="sample2" tabindex="2" />
<input type="submit" tabindex="3" />
</form>

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of mbcharbonneau
mbcharbonneau

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial