Open
Bug 218712
Opened 22 years ago
Updated 3 years ago
Unable to get homeowner's insurance quotes from allstate.com
Categories
(Core :: DOM: Core & HTML, defect, P5)
Tracking
()
NEW
People
(Reporter: sgifford, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
|
367 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5b) Gecko/20030903 Firebird/0.6.1+
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5b) Gecko/20030903 Firebird/0.6.1+
The "Get a Quote" option on AllState's Web page doesn't work.
Reproducible: Always
Steps to Reproduce:
1. Visit http://www.allstate.com/Home/Home.asp
2. In the "Get a Quote" box, select "Home".
3. In the same box, select state "MI"
4. In the same box, press "Go!"
Actual Results:
Nothing happens.
Expected Results:
An insurance quote!
Comment 1•22 years ago
|
||
JS Console says:
Error: fGetQuote.optProduct[0] has no properties
Source File: http://www.allstate.com/Home/Home.asp
Line: 261
stuff like that is usually Evang, but a quick glance at the source doesn't show
anything wrong, and the site worked fine with 1.4
==> DOM0
Keywords: regression
Comment 2•22 years ago
|
||
==> DOM0
Assignee: general → dom_bugs
Component: Browser-General → DOM Level 0
QA Contact: general → ashishbhatt
Comment 3•22 years ago
|
||
<form name="frmGetAQuote">
<input type="radio" id="optProduct" name="optProduct" value="Au" checked>
<input type="radio" id="optProduct" name="optProduct" value="Co">
</form>
<script>document.write(document.frmGetAQuote.optProduct);</script>
Mozilla 1.4 says "[object NodeList]"
trunk 2003090605 says "[object HTMLInputElement]"
If the <input>s have only an id or only a name, trunk adopts Mozilla 1.4's
behavior.
Comment 4•22 years ago
|
||
the testcase regressed between linux trunk 2003072205 and 2003072305, which is
bug 213347, but that checkin only switched the bug from a different case to this
one. the real bug has existed since at least 1.0.
Keywords: regression → testcase
Updated•16 years ago
|
Assignee: general → nobody
QA Contact: ashshbhatt → general
Comment 5•7 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•