Closed
Bug 11722
Opened 26 years ago
Closed 26 years ago
Select field not being submitted, or being submitted poorly
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: paulmac, Assigned: kmcclusk)
Details
If I hack around bug 11717 and then try to enter a bug, I get an error that the
component was not set, though I had set it. Looks like maybe the selection list
is not being submitted correctly. Here is a short snippet. Without a debugger, I
can't really tell what is going on that is breaking the submit.
<SELECT NAME=component><OPTION VALUE="autofill">autofill<OPTION
VALUE="browser">browser</SELECT>
Assignee | ||
Comment 1•26 years ago
|
||
I checked in a fix for bug 11717. I tested the submission of the select and it
appears to be working. This bug may be the result of bug 11717. Paul, could you
re-pull mozilla/layout/html/forms/srcnsGfxButtonFrame.cpp and do a build in
mozilla/layout and see if there is still a problem with form submission.
Reporter | ||
Comment 2•26 years ago
|
||
well we just get the daily release builds, but I will hunt around for someone's
debug machine
Reporter | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 3•26 years ago
|
||
this is all looking good with 8/16 builds, I can submit a bug with seamonkey!
woo hoo.
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
•