Closed
Bug 158509
Opened 24 years ago
Closed 22 years ago
directv.com - Selection spinners for date, trime zone, etc. don't show up (document.all)
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 130198
People
(Reporter: radiorog, Unassigned)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.0) Gecko/20020530
BuildID: 2002053012
I'm not sure if this is a "bug", or just something I'm doing wrong, but here goes.
Across the middle of the Program Guide page are "spinners" that allow you to
select a day, time, time zone, etc. The current settings don't show up, and the
spinners (selection arrows) don't work.
View this page in IE 5.5 or Netscape 4.7x to see what they should look like and do.
I'm no techie, so I'm sorry if I can't be more specific about what's technically
wrong with the page. I just know that they don't do what they're apparently
supposed to do.
radiorog@earthlink.net
Reproducible: Always
Steps to Reproduce:
1.Nothing special - just view the page.
2.
3.
JavaScript Console says:
> Error: document.layers has no properties
> Source File: http://www.directv.com/includes/jvs/ProgramGuide.js
> Line: 141
Line 141:
> selection = eval(layers + div_array[i] + style);
"layers" and "style" are selected:
> if (document.all){
> layers = "document.all.";
> style = ".style";
> }else{
> layers = "document.layers.";
> style = "";
> }
==> Evangelism.
Status: UNCONFIRMED → NEW
Component: XP Apps → US Ecommerce
Ever confirmed: true
OS: Windows 2000 → All
Product: Browser → Tech Evangelism
Hardware: PC → All
Summary: Selection spinners for date, trime zone, etc. don't show up → Selection spinners for date, trime zone, etc. don't show up (document.all)
Version: other → unspecified
*** Bug 161274 has been marked as a duplicate of this bug. ***
Updated•23 years ago
|
Summary: Selection spinners for date, trime zone, etc. don't show up (document.all) → directv.com - Selection spinners for date, trime zone, etc. don't show up (document.all)
Comment 4•23 years ago
|
||
tech evang june 2003 reorg
Assignee: aruner → english-us
Component: US Ecommerce → English US
QA Contact: bc → english-us
Comment 5•22 years ago
|
||
*** This bug has been marked as a duplicate of 130198 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
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
•