Closed
Bug 130198
Opened 24 years ago
Closed 17 years ago
directv.com - Program guide buttons do not appear
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: pavlov, Unassigned)
References
()
Details
Looks like a typical layers vs document.all problem.
Error: document.layers has no properties
Source File: http://directv.com/includes/jvs/SelectBoxReplace.js
Line: 184
*** Bug 136065 has been marked as a duplicate of this bug. ***
Comment 2•24 years ago
|
||
contacted, should be an easy fix if they are prepared to accept it.
Status: NEW → ASSIGNED
Target Milestone: --- → Jun
Comment 3•24 years ago
|
||
Dear Mr. Rosenberg,
Thank you for your feedback. We will send your message to our web site
group to investigate further. Please continue to visit our web site at
DIRECTV.com for news and upcoming events.
Kate
DIRECTV Customer Service
Updated•24 years ago
|
Summary: Program guide buttons do not appear → directv.com - Program guide buttons do not appear
Comment 5•22 years ago
|
||
not fixed.
Assignee: doron → english-us
Status: ASSIGNED → NEW
QA Contact: zach → english-us
Target Milestone: Jun → ---
Comment 6•22 years ago
|
||
*** Bug 158509 has been marked as a duplicate of this bug. ***
Comment 7•22 years ago
|
||
*** Bug 219394 has been marked as a duplicate of this bug. ***
Comment 8•22 years ago
|
||
*** Bug 172692 has been marked as a duplicate of this bug. ***
Comment 9•22 years ago
|
||
*** Bug 211244 has been marked as a duplicate of this bug. ***
Comment 10•22 years ago
|
||
*** Bug 219415 has been marked as a duplicate of this bug. ***
Comment 11•22 years ago
|
||
Error: document.layers has no properties
Source File: http://www.directv.com/includes/jvs/ProgramGuide.js
Line: 141
The problem is at the top of that file:
if (document.all){
layers = "document.all.";
style = ".style";
}else{
layers = "document.layers.";
style = "";
}
Comment 12•18 years ago
|
||
This bug can be closed - the directv.com site has been redesigned several times
since 2003 and the Javascript in question is no longer present. Firefox 1.5
and Firefox 2.0 are now officially supported browsers on directv.com per
http://www.directv.com/DTVAPP/customer/faqPage.jsp?assetId=1300029#category1.
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
•