Closed
Bug 219415
Opened 22 years ago
Closed 22 years ago
Text on pull down buttons does not appear
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 130198
People
(Reporter: robertlaferla, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b) Gecko/20030915
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b) Gecko/20030915
The Time, Day, Time Zone and Title search pull down buttons should have text
displayed. Works in Internet Exploiter 6.028. Does not work with Mozilla
2003091510.
Reproducible: Always
Steps to Reproduce:
1. Open
http://www.directv.com/DTVAPP/ProgramGuide?time_zone=est&start_time=2000&m_display=PM&timezone_display=Eastern&time_display=Prime+Time¤t=Footer&success=%2Fglb%2FProgramGuide.jsp
2. Look at buttons
3.
Actual Results:
No text on buttons
Expected Results:
Should say "Next 24 Hours", "Prime Time", "PM", "Date", "Eastern", etc...
Comment 1•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 = "";
}
Assignee: general → english-us
Status: UNCONFIRMED → NEW
Component: Browser-General → English US
Ever confirmed: true
OS: Windows 2000 → All
Product: Browser → Tech Evangelism
QA Contact: general → english-us
Hardware: PC → All
Version: Trunk → unspecified
Comment 2•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
•