Closed Bug 259751 Opened 20 years ago Closed 20 years ago

input type=file is displayed wrong when width is specified via style. i.e.: style="width:70%;"

Categories

(Firefox :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 52500

People

(Reporter: roy_dam, Assigned: bugzilla)

Details

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040803 Firefox/0.9.3 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040803 Firefox/0.9.3 The total width is displayed correctly but the "browse" button is displaced and the textarea is displayed to small. This leaves a unused area left of the browse button. Reproducible: Always Steps to Reproduce: 1. 2. 3. <html> <body> <form action="/OpdeMarkt/servlet/controller/Adv/Plaatsen" method="POST" name='formadvertentie' ENCTYPE="multipart/form-data"> <table width="650" bgcolor=green> <tr valign="top"><td>some text</td></tr> <tr valign="top"><td> <INPUT name="picture2" type="file" accept="image/gif,image/jpeg,image/png" maxlength="1000" style="width:70%;"> <INPUT TYPE=SUBMIT name="afbnieuw" value="toevoegen"> </td></tr> </table> </form> </body> </html>
*** This bug has been marked as a duplicate of 52500 ***
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.