Closed
Bug 236334
Opened 21 years ago
Closed 16 years ago
Unable to submit form
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: pavel1r, Unassigned)
References
()
Details
(Keywords: qawanted)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:) Gecko/20040302
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:) Gecko/20040302
Nothing happens when I'm trying to submit a form (survey result) on a page
http://www.ynet.co.il/articles/0,7340,L-2883553,00.html.
JS console displays an error:
Error: answer1 is not defined
Reproducible: Always
Steps to Reproduce:
1. go to http://www.ynet.co.il/articles/0,7340,L-2883553,00.html (page in Hebrew)
2. select an answer on survey and hit submit button (a circle with an X).
3.
Actual Results:
Nothing
Expected Results:
Count the vote and display results
This is a same bug as 87812, which was fixed long time ago.
Comment 1•21 years ago
|
||
The site refuses to fix their code to make it work with Mozilla. You should
write to them.
See bug 148604, bug 133214 and bug 122565
*** This bug has been marked as a duplicate of 148604 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
The site is not mozilla friendly, but this has most probably nothing to do with
it. This specific feature worked fine until very recently (and it works with
firefox 0.8) since bug 87812 was fixed. It could be related to bug 235730, at
least error messages look similar.
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
Comment 3•21 years ago
|
||
document.all does not exist in Mozilla.
Error: document.all is not a function
Source File:
http://www.ynet.co.il/NonReg/Ext/App/Billing/BillingRegistration/CdaRegBill_RegScreen1_SubsDetails/1,,,00.html?CG=DK&HU=/articles/0,7340,L-2883553,00.html
Line: 118
![]() |
||
Comment 4•21 years ago
|
||
Someone needs to create a minimal testcase that shows the problem so we can
figure out what's actually going on here.
Keywords: qawanted
Comment 5•21 years ago
|
||
WFM
I don't have problems with the survays on ynet.co.il for some time now.
![]() |
||
Comment 6•21 years ago
|
||
Marking so. Please reopen if there is still an issue.
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago → 21 years ago
Resolution: --- → WORKSFORME
It doesn't work with todays build. Tsahi, did you try the survey on
http://www.ynet.co.il/home/0,7340,L-544,00.html?
Status: RESOLVED → UNCONFIRMED
Resolution: WORKSFORME → ---
Comment 8•21 years ago
|
||
I've seen the same problem with another page (using 1.8 Alpha 1; other browser
work fine):
http://www.photournament.com/ptoRegister.php
Clicking on submit does nothing. Probably parallel.
![]() |
||
Comment 9•21 years ago
|
||
No, that page seems to be unrelated to this bug. That page is showing a
possible problem in scope chain setup.... we do have a bug on it, but this one
isn't it.
Comment 10•20 years ago
|
||
Comment 11•16 years ago
|
||
marking wfm, no response
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago → 16 years ago
Resolution: --- → WORKSFORME
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
•