Closed
Bug 280720
Opened 21 years ago
Closed 21 years ago
input vals dropped from post data
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: ethan, Assigned: bugzilla)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3) Gecko/20041001 Firefox/0.10.1
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3) Gecko/20041001 Firefox/0.10.1
A page with lots of <select> inputs, the later ones do not get passed in the
POST, as if there is a limit of some kind. It works fine in IE.
Reproducible: Always
Steps to Reproduce:
1. make a page with a form with lots of select inputs
2. submit it
3. the later select vals are not passed
Comment 1•21 years ago
|
||
Well, no, I don't think so: http://philringnalda.com/mtests/big-ass-form.php is
a major pain to load and render with only half a GB of RAM, but it successfully
posts 4097 selects with the Windows 20040131 Firefox nightly. So unless it's
Linux-only, or 0.10.1-only (in which case it's over, that's a very old build in
testing terms), your problem is something else, and unless you can either link
to an example, or attach the HTML that fails, there's not going to be much of
anything we can do about it.
| Reporter | ||
Comment 2•21 years ago
|
||
Turns out this is some kind of mod_perl bug, not firefox.
And it is intermittent, so when I tested in IE it happened to work, but
sometimes doesn't.
Thanks
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•