Closed
Bug 289945
Opened 20 years ago
Closed 20 years ago
Form submission fails with associated event
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: tracy, Unassigned)
References
()
Details
(Keywords: regression)
This regressed on Firefox 1.0.1 branch and the Mozilla 1.7.7 branch on 04/08;
Fx 2005-04-07-06-aviary1.0.1 works
Fx 2005-04-08-18-aviary1.0.1 broken
and
Mozilla 2005-04-08-09-1.7 works
Mozilla 2005-04-09-09-1.7 broken
-Go to the test URL for testrunner. I haven't found a test URL yet. Perhaps Asa
can create an account at testrunner for those willing to fix this bug.
-Click the button that says either "Stop test run" or "Restart test run"
tested results:
The browser goes blank, status says "done". But the action requested was not
performed.
expected results:
The action is performed and a page offering some test runner selections appears.
I know the cgi script on the server isn't broken because this works now with
builds before the regression window.
Reporter | ||
Comment 1•20 years ago
|
||
I haven't been able to find a site with another example of form submission not
working.
Flags: blocking1.7.7?
Flags: blocking-aviary1.0.3?
Comment 2•20 years ago
|
||
https://bugzilla.mozilla.org/quicksearch.html fails on 1.0.3 too. The onsubmit
fails to be able to see f.id.value where f is the formname and id is the input name.
Updated•20 years ago
|
Flags: blocking1.7.7?
Flags: blocking1.7.7+
Flags: blocking-aviary1.0.3?
Flags: blocking-aviary1.0.3+
Reporter | ||
Comment 3•20 years ago
|
||
here's the html for the button in testrunner
<INPUT TYPE="SUBMIT" VALUE="RESTART TEST RUN"
ONCLICK="this.form.action.value='restart'; return true; "></FORM><FORM
METHOD=POST ACTION=tr_caselogform.cgi>
maybe it's the event handler that's having trouble?
note: I'm not seeing anything in the JS console with this.
Reporter | ||
Updated•20 years ago
|
Summary: Form submission fails (under to be determined conditions) → Form submission fails with associated event
Reporter | ||
Comment 5•20 years ago
|
||
Confirmed fixed with Windows and Mac Fx 1.0.3 nightly builds of 0412
marking fixed. will verify with Mozilla 1.7.7 builds.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 6•20 years ago
|
||
vrfy'd fixed using 200504120x-1.0.3 ffox builds on linux fc3 and mac os x
10.3.8. tested using stop/start submission buttons for testrunner test run forms.
Status: RESOLVED → VERIFIED
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
•