Closed
Bug 273932
Opened 20 years ago
Closed 20 years ago
Inside <FORM> tag, <input name=fld tabindex='0'> </FORM> (field not skip on tab)
Categories
(Firefox :: Keyboard Navigation, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: AlexDShark, Assigned: aaronlev)
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Build Identifier: Mozilla/Firefox v1.0 Have a bunch of input field with not tabindex declare, except for 1 with tabindex='0'. When tabbing thru fields, field with tabindex zero NOT skipped. Reproducible: Always Steps to Reproduce: 1. 2. 3. Actual Results: field with tabindex='0' gets cursor Expected Results: field with tabindex='0' should be skipped
| Assignee | ||
Comment 1•20 years ago
|
||
If you want something to be skipped in the tab order, put tabindex="-1" Mozilla follows what IE does for tabindex now. http://www.mozilla.org/access/keyboard/tabindex http//msdn.microsoft.com/workshop/author/dhtml/reference/properties/tabindex.asp
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
| Assignee | ||
Comment 2•20 years ago
|
||
If you want something to be skipped in the tab order, put tabindex="-1" Mozilla follows what IE does for tabindex now. http://www.mozilla.org/access/keyboard/tabindex http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/tabindex.asp
You need to log in
before you can comment on or make changes to this bug.
Description
•