Closed
Bug 97645
Opened 24 years ago
Closed 22 years ago
alltel.com - OK button does not work,
Categories
(Tech Evangelism Graveyard :: English US, defect, P1)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rturnbul, Unassigned)
References
()
Details
(Keywords: platform-parity, Whiteboard: [PROPRIETARY-DOM])
Mozilla Build ID:2001080110
Windows 2000
Java 1.3.0_01
Note: this works with IE5.5 and Netscape 4.7x
Go to: http://estore.alltel.com/Dispatch.jsp?.NewState=Enter
Click Wireless
A dialog box pops up
Enter a ZIP code: 70808
Click OK
Nothing happens... (works for Netscape 4 and IE though)
Comment 1•24 years ago
|
||
See also bug 97124. The OK button does not work because they are using a
proprietary DOM, which I list below. Also, on Linux+Moz I am denied entry to
the site address listed above. Linux+NS4 lets me in no problem. Because of
this I am setting to blocker. I am using platform parity keyword because the
block is linux only, yet the OK button is All/All. Sending to evang and confirming.
function submitData() {
if( document.all )
var zipcode = document.dataForm.zipcode.value;
else
var zipcode = document.dataLayer.document.dataForm.zipcode.value;
Assignee: asa → bclary
Severity: normal → blocker
Status: UNCONFIRMED → NEW
Component: Browser-General → US English
Ever confirmed: true
Keywords: pp
OS: Windows 2000 → All
Product: Browser → Tech Evangelism
QA Contact: doronr → zach
Hardware: PC → All
Summary: OK button does not work → alltel.com - OK button does not work, denies Linux Mozilla
Whiteboard: [PROPRIETARY-DOM][DENY]
Version: other → unspecified
Comment 2•24 years ago
|
||
Error: document.dataLayer has no properties
Source File: http://estore.alltel.com/SelectZipCode.jsp?service=WRLS
Line: 66
Priority: -- → P1
Comment 3•24 years ago
|
||
Unseting blocker, Linux no longer denied. OK still doesn't work. P1, [DENY] and
pp can probably be cleared too.
Severity: blocker → normal
Updated•24 years ago
|
Summary: alltel.com - OK button does not work, denies Linux Mozilla → alltel.com - OK button does not work,
Whiteboard: [PROPRIETARY-DOM][DENY] → [PROPRIETARY-DOM]
Comment 4•24 years ago
|
||
Ecommerce
Assignee: bclary → aruner
Component: US General → US Ecommerce
QA Contact: zach → bclary
Comment 5•23 years ago
|
||
tech evang june 2003 reorg
Assignee: aruner → english-us
Component: US Ecommerce → English US
QA Contact: bc → english-us
| Reporter | ||
Comment 6•22 years ago
|
||
Seems to work OK now.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•