Open
Bug 389510
Opened 19 years ago
Updated 3 years ago
Dynamic form elements not in order when submitting to a CGI script
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: shibu.pu, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5
In my form, there is a dropdown and two textboxes in a single table row. I can add more rows dynamically which includes a dropdown and two textboxes. When the form is submitted to a CGI script and accessing the values of these elements, the order of these elements are not in order. But it is fine in IE. The problem is only in Firefox.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Updated•19 years ago
|
Component: General → HTML: Form Submission
Product: Firefox → Core
QA Contact: general → form-submission
Comment 1•19 years ago
|
||
Can you make a testcase ("Add an attachment")? What does Opera 9.22 do?
Version: unspecified → 1.8 Branch
Comment 2•17 years ago
|
||
Please point to an actual page showing the problem. We fixed a bug similar to this in the Firefox 3 cycle....
| Assignee | ||
Updated•7 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•