Closed
Bug 275718
Opened 20 years ago
Closed 20 years ago
input type=file doesnt honor tabindexes
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: mrbluefrog, Unassigned)
Details
Attachments
(2 files)
on a complex page with the input type=file in the *middle* of the tabindex it is not honored. on simple pages with just a single input type=file at the top, it appears to work, but it really isnt honoring the tabindex, its just the only thing there and the default is kicking in. THANKS!
Comment 1•20 years ago
|
||
Please attach a HTML file that demonstrates the problem using this link: https://bugzilla.mozilla.org/attachment.cgi?bugid=275718&action=enter
Comment 2•20 years ago
|
||
Comment 3•20 years ago
|
||
The testcase works fine in a current build.... Marking worksforme, but please reopen if you have a testcase that shows the problem in a trunk build.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
This attachment includes the full markup necessary for a valid form. The previous test case did not include the <form></form> container.
I am using Mozilla 1.7.6 on PC (Windows 2000 Professional) and the tabindex is ignored for <input type="file" />. I also tested this with Windows XP OS, and it also is an issue. It does appear, however, that if the <input type="file" /> markup falls at the end of the form markup, the tabindex is honored. I attached "Demonstration of tabindex issue..." to demonstrate the issue with <input type="file" /> in the middle of a form.
Comment 6•20 years ago
|
||
> I am using Mozilla 1.7.6
Which is using a Gecko from April 2004... Please don't test layout/rendering/etc
bugs on anything older than 1.8 beta 1 at this point.
You need to log in
before you can comment on or make changes to this bug.
Description
•