tabIndex="-1" and IE 6

liunx

Guest
I thought that tabindex=-1 prevents users from tabbing in to the field.<br />
<br />
<input type="text" tabindex="-1" readOnly value="some value"><br />
<br />
<br />
However, it appears that the user can stil go the the textfield beause it gets selected.<br />
What is their that i do not understand about tabindex="-1"<br />
<br />
Thanks Jitse<!--content--><input type="text" value="foo" onfocus="blur();" readonly="readonly" /><!--content-->
 
Back
Top