Closed
Bug 182197
Opened 23 years ago
Closed 23 years ago
Browser displays hidden input fields
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: theo.nolte, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2) Gecko/20021126
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2) Gecko/20021126
Browser displays input fields with type="hidden".
This also happens with PHP generated forms which
carry session-ids.
Reproducible: Always
Steps to Reproduce:
1. just view url http://cgi2.dynweb.m-online.net/form.html
2.
3.
Actual Results:
i see two input fields
Expected Results:
browser should have displayed only one input field
| Reporter | ||
Comment 1•23 years ago
|
||
form is displayed correctly when html code is enclosed
in <body> tags
Comment 2•23 years ago
|
||
worksforme at the URL with linux trunk build 20021125. only one input box is
displayed.
==> Form Controls
Assignee: morse → form
Component: Form Manager → Layout: Form Controls
Comment 3•23 years ago
|
||
WFM using 2002112607 Win2k.
Comment 4•23 years ago
|
||
Worksforme, linux trunk build 2002-11-08-04 (this is more recent than 1.2
regardless of the dates, as a note). I've seen other reports of issues in 1.2
builds with that markup. Try a trunk build.
| Reporter | ||
Comment 5•23 years ago
|
||
Thank you very much. I tried the latest trunk build
(Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20021127)
and it works great!!
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•