Closed Bug 183516 Opened 23 years ago Closed 22 years ago

submit button doesn't work

Categories

(Core :: DOM: Core & HTML, defect)

x86
Windows XP
defect
Not set
normal

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.
wfm with win2k and a 5h old cvs trunk
Assignee: asa → alexsavulov
Component: Browser-General → Form Submission
QA Contact: asa → vladimire
WFM. 20020408 / XP.
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?
works for me in yesterday's winxp trunk build.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
verifying
Status: RESOLVED → VERIFIED
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 → ---
also seeing this on another winxp machine w/ newer build: 2003011412
->
Assignee: alexsavulov → jkeiser
Status: REOPENED → NEW
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.)
and sorry i do not use windoz ...
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.
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 ago22 years ago
Resolution: --- → DUPLICATE
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.