Closed
Bug 2830
Opened 26 years ago
Closed 26 years ago
Hidden INPUT text field is visible
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
WORKSFORME
M7
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>
Updated•26 years ago
|
Assignee: karnaze → pollmann
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Comment 2•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Assignee | ||
Comment 3•26 years ago
|
||
Marking M5
Assignee | ||
Updated•26 years ago
|
Target Milestone: M5 → M6
Assignee | ||
Updated•26 years ago
|
Assignee | ||
Comment 4•26 years ago
|
||
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>
Assignee | ||
Updated•26 years ago
|
Target Milestone: M6 → M7
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Comment 5•26 years ago
|
||
I just visited the test page and it works now. Tested on Linux and Windows, GFX
and native widgets.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 6•26 years ago
|
||
Fixed in the June 14th Build.
You need to log in
before you can comment on or make changes to this bug.
Description
•