Closed
Bug 121522
Opened 23 years ago
Closed 23 years ago
Form element values not submitted for hidden div inputs
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
People
(Reporter: Mark_Shipley, Assigned: alexsavulov)
Details
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)
BuildID: 20011128
If form elements are enclosed in a hidden div, their values are not submitted
when the form is submitted. However, if the div is made visible, the values
are submitted.
Reproducible: Always
Steps to Reproduce:
1.Define a form with input elements in a hidden div
2.Submit the form
3.Verify that the values of the elements in the hidden div are not submitted
Assignee | ||
Comment 1•23 years ago
|
||
REPORTER:
which build are you using? if is 20011128 please get a newer one (moz 0.9.7 or
NS 6.2.1) this was a bug before, but since jkeiser moved form submission to
content, this should work.
if is working with newer builds please close this bug with resolution WORKSFORME
thx
Comment 2•23 years ago
|
||
*** This bug has been marked as a duplicate of 34297 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 3•23 years ago
|
||
When will this be available in NS 6.2.1? I just re-installed NS 6.2.1, and I
got Mozilla 0.9.4. In order for us to certify our application on NS 6, we will
need this bug fix available in a downloadable NS 6 version and not just in
Mozilla.
Also, is there a way to update the Mozilla version within NS 6?
Thanks.
Comment 5•22 years ago
|
||
I am using NS version 6.2.3 and I still see this bug.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:0.9.4.1) Gecko/20020508
Netscape6/6.2.3
Could you please tell me if there is a work-around for this bug for now, or if
it has been fixed in 7.0.
Thanks in advance for your help.
Malory
Assignee | ||
Comment 6•22 years ago
|
||
Malory,
it was fixed/verified 2002-01-04, so it should be in. anyway, i recommend to
upgrade to 7.0 for a bunch of other fixes that went in since 6.2.3.
Comment 7•22 years ago
|
||
Alexandru,
This bug certainly exists on 6.2.3 cause I am currently using it.
Also, I have submitted another bug ID 179846, where the default selected values
for a SELECT element are not accessible on the client side.
These could be related, But I'm really not too sure.
Also, could you please tell me for sure if both of these bug's are indeed fixed
with 7.0
Thanks very much for your time.
Malory.
Reporter | ||
Comment 8•22 years ago
|
||
Malory,
I retested it under Netscape 7.0 and it was resolved.
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.1) Gecko/20020823
Netscape/7.0
-Mark
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•