Closed
Bug 183516
Opened 23 years ago
Closed 22 years ago
submit button doesn't work
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 192170
People
(Reporter: jud, Assigned: john)
References
()
Details
winXP build id 2002120204.
the submit button doesn't do anything at said URL.
steps to reproduce:
1. visit said url.
2. hit the submit button at the bottom.
notice that nothing happens. I had to use IE to get the form to work.
Comment 1•23 years ago
|
||
wfm with win2k and a 5h old cvs trunk
Assignee: asa → alexsavulov
Component: Browser-General → Form Submission
QA Contact: asa → vladimire
Comment 2•23 years ago
|
||
WFM. 20020408 / XP.
Comment 3•23 years ago
|
||
hmm. I have exactly the same build, and it is working fine. Could you try it
with a new profile, does that solve the problem?
Reporter | ||
Comment 4•23 years ago
|
||
works for me in yesterday's winxp trunk build.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 6•23 years ago
|
||
I'm seeing this again on winxp, build id 2003011308. The status bar updates with
"connecting to www.polycom.com..." a few times, but, the throbber never throbs,
and nothing winds up happening.
this might be intermittant.
I can use the same form w/ IE and the throbber works fine and the next page loads.
Status: VERIFIED → REOPENED
Resolution: WORKSFORME → ---
Reporter | ||
Comment 7•23 years ago
|
||
also seeing this on another winxp machine w/ newer build: 2003011412
Comment 9•22 years ago
|
||
Maybe the problem is system wide languge settings. Look at the source of the
problematic page. if <input type="" bla bla> tag includes uppercase SUBMIT then
this is because mozilla uses language specific uppercase/lowercase libs. Try
using Moz with an English system. (Well i've found out this for Linux sometime
ago but it was gone with a bugzilla update i think.)
Comment 10•22 years ago
|
||
and sorry i do not use windoz ...
Comment 11•22 years ago
|
||
Note the submit button at this site is of type="image":
<input
onmouseover="src='http://www.polycom.com/app/images/submit_button_over_1.gif'"
onclick="javascript:validateFields(document.forms.mainForm)"
onmouseout="src='http://www.polycom.com/app/images/submit_button_out_1.gif'"
type="image" src="http://www.polycom.com/app/images/submit_button_out_1.gif"
border="0" />
This is similar to bug 199189, "nothing happens when I press submit".
See the reduced testcase there: bug 199189 comment 2.
Assignee | ||
Comment 12•22 years ago
|
||
This looks suspiciously like bug 192170, and is fixed by the fix for that bug.
*** This bug has been marked as a duplicate of 192170 ***
Status: NEW → RESOLVED
Closed: 23 years ago → 22 years ago
Resolution: --- → DUPLICATE
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
•