Closed
Bug 302898
Opened 20 years ago
Closed 20 years ago
tabindex attribute ignored for input type "file"
Categories
(Toolkit :: Form Manager, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 220187
People
(Reporter: mozilla, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6
If tabindex attribute is used in your form, it will be ignored in firefox. I say
ignored because it behaves in the same way it would if you left the tabindex
attribute out, that is after you cycle through your tabindex'd elements, it will
then be included in the cycle of non-indexed page elements.
Reproducible: Always
Steps to Reproduce:
<form name="testform" action="simpletest.html" method="post">
First Name: <input type="text" id="fname" name="fname" tabindex="10" /><br />
File: <input type="file" id="uploadfile" name="uploadfile" tabindex="20" /><br />
<input type="submit" id="submit_" name="submit_" value="Submit" tabindex="30" />
</form>
Actual Results:
focus went from fname to submit_ to uploadfile
Expected Results:
focus from fname->uploadfile->submit_
Cannot test in mozilla suite (tonight's nightly will not launch on my machine),
bug does NOT exist in Deer Park Alpha 2
Comment 1•20 years ago
|
||
This has been fixed for a while (over a year).
Please test with trunk builds or at least alpha 2 before filing bugs, thanks.
http://www.mozilla.org/projects/deerpark/releases/alpha2.html
*** This bug has been marked as a duplicate of 220187 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•