Closed Bug 19088 Opened 25 years ago Closed 25 years ago

File Input doesn't show til another form element gets focus

Categories

(Core :: Layout: Form Controls, defect, P3)

defect

Tracking

()

VERIFIED WORKSFORME

People

(Reporter: kinmoz, Assigned: rods)

Details

If you load the following page:

<html>
<head><title>File Input Problem</title></head>
<body>
<form>
<input type=button value="Button1">
<input type=file>
<input type=button value="Button2">
</form>
</body>
</html>

You will notice that only Button1 is rendered. If you click on Button1 twice,
the other form elements will appear. If you remove the File Input from the form,
everything renders fine, so it's related to the Input File element.

I verified that this happens on both Linux and Windows.
QA Contact update.
Assignee: karnaze → kmcclusk
Reassigning to Kevin.
Assignee: kmcclusk → rods
Reassigning to Rod
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
works for me in today's build.
Updating QA contact.
QA Contact: ckritzer → bsharma
Verified Build 2001082703 os: Linux7.1,win98,winNT
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.