Closed Bug 278445 Opened 20 years ago Closed 20 years ago

input form, field type=file, field is being skipped in tabbing sequence

Categories

(Firefox :: General, defect)

1.0 Branch
x86
Windows 2000
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 220187

People

(Reporter: pennyh, Assigned: bugzilla)

Details

Sorry, the page is password protected so I can't include the URL. In IE6, the
tab sequence works. In Firefox (and NN7), the adfile field (type=file) is being
skipped. Excerpt of code follows: 

<form . . .

<p align="left"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">   
            Title:<br><input name="title" type="text" size="50" value="<? echo
$title; ?>" tabindex=5></font></p>

<p align="left"><font size="2" face="Verdana, Arial, Helvetica, sans-serif">   
           Ad Image:<input name="file01" type="text" size="40" readonly="1"
style="border-style:none; background-color:#CECFCE; font-size:8pt;
color:#8B1A2A" tabindex=6><br></font><input name="adfile" type="file" size="15"
tabindex=7></p>

<p align="left"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">   
   <? if ($trantype=="insert"){echo "<input type='submit' name='Submit'
value='Create This Ad' tabindex=8>";}
else {echo "<input type='submit' name='Submit' value='Update This Ad'
tabindex=9>";} 
?>	
</font></p>
How about attaching a minimized testcase for this?
https://bugzilla.mozilla.org/attachment.cgi?bugid=278445&action=enter
Attachment 132073 [details] works fine in current nightlies, and has actually been fixed
for quite a while, just didn't make the 1.0 branch.

*** This bug has been marked as a duplicate of 220187 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.