Closed Bug 2830 Opened 26 years ago Closed 25 years ago

Hidden INPUT text field is visible

Categories

(Core :: Layout, defect, P2)

x86
Windows NT
defect

Tracking

()

VERIFIED WORKSFORME

People

(Reporter: troy, Assigned: pollmann)

References

()

Details

Chris, this small subset of HTML from the above URL demonstrates the problem.

<head>
<style>
.hiddenForm{
left:0;
width:202px;
float:left;
position:relative;
visibility:hidden;
font-size:11px;
}
</style>
</head>
<body text=#000000 link=#3333CC vlink=#660099 bgcolor=#FFFFFF>

<div CLASS="hiddenForm"><B>Please enable JavaScript and Style
Sheets.</B><form><INPUT type=text name="MT" value="" size=24 maxlength=300>
<br></form></div>
</body>
Assignee: karnaze → pollmann
Status: NEW → ASSIGNED
Setting all current Open/Normal to M4.
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Marking M5
Target Milestone: M5 → M6
Simplified test case here, still broken:
http://blueviper/forms/hiddentext.html

<html><body>
 <div style="visibility:hidden">
  Hidden<form><input type=text value="foo"></form>Text
 </div>
</body></html>
Target Milestone: M6 → M7
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
I just visited the test page and it works now.  Tested on Linux and Windows, GFX
and native widgets.
Status: RESOLVED → VERIFIED
Fixed in the June 14th Build.
You need to log in before you can comment on or make changes to this bug.