Closed
Bug 75856
Opened 25 years ago
Closed 25 years ago
OnChange fails to trigger (at least for submit)
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
People
(Reporter: thomas.swan, Assigned: rods)
References
()
Details
Any form that submits on change, fails to do so.
With latest nightly Build 2001041212 (win32-installer.exe) this behavior
started...
This did not happen with Build 2001041204 (win32-installer.exe); something must
have changed between these two.
Comment 2•25 years ago
|
||
Rod, didn't you just change something related to this recently? Or Eric?
Someone did...
Assignee: joki → rods
Status: UNCONFIRMED → NEW
Component: Event Handling → Form Submission
Ever confirmed: true
QA Contact: gerardok → vladimire
Comment 3•25 years ago
|
||
www.google.com does not submit onchange - there is no onchange anywhere in that
file - can the reporter or anyone else on this bug please give more information
on what is failing?
Also, the lastest nightly build works at www.google.com for me.
| Reporter | ||
Comment 4•25 years ago
|
||
Before the other day I could type in a search term on Google or another one
line form, hit enter, and the form would submit. Try Netscape or IE on the
google search page, fill in a term, hit enter, the page submits.
Moz doesn't do this.
Also, if I fill out the form (Google), hit enter and then hit submit the form
will fail to submit.
On a side note, I started get an nsInputStream******** something not found in
DLL... at least on the early AM build of 20010414xx series. (win32-installer)
I had wished I wrote the error down, but I haven't been able to reproduce it
again.
Again, my apologies, my bug reports are generally a little more detailed than
this.
| Reporter | ||
Comment 5•25 years ago
|
||
Image maps don't work. I cannot get a form to submit with a submit button.
(This is on current nightly builds)
I have deleted and reinstalled, nuked registry keys, the mozdat files... no
luck.
Severity: normal → major
Comment 6•25 years ago
|
||
This bug report is probably fallout from two separate, unrelated form submit
bugs in recent builds:
1) Bug 75847: All form submits fail silently (If used the installer)
This was the result of failure of the new PSM module to register chrome, and
would cause builds on Thursday 4/12 to fail on every form submit that should
have brought up the "warning, this will submit information to the server"
dialog. This bug was only present in the installer builds, which is what you
were seeing before. The fix was checked in on 4/15 and should be in today's build.
2) Bug 76208: Form submission doesn't send elements of type "submit" (also
applies to image inputs)
This was a regression I caused by my recent checkins to fix bug 64702. I have
come up with a patch and will hopefully be checking it in tonight.
Since I'm 99% sure that this is now only a dup of 76208, I'm marking it as one.
I've verified that image inputs work in my patched build, so this fix the
problem you are seeing there.
*** This bug has been marked as a duplicate of 76208 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Updated•7 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
•