Closed
Bug 140567
Opened 23 years ago
Closed 21 years ago
espn.go.com - changing visibility doesn't work
Categories
(Tech Evangelism Graveyard :: English US, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
Nov
People
(Reporter: mlm, Unassigned)
References
()
Details
On the right hand side, clicking "Leaders", "Injuries", or "Trans." should
replace the lineup. But espn.com is doing this:
browser = navigator.appName;
ie = "Microsoft Internet Explorer";
netscape = "Netscape";
tabsSched = new Array ("schedOne", "schedTwo");
tabsClub = new Array ("teamInfoOne", "teamInfoTwo", "teamInfoThree",
"teamInfoFour");
function show(tab) {
if (browser == netscape) {
document.layers[tab].visibility = 'visible';
}
else if (browser == ie) {
document.all[tab].style.visibility = 'visible';
}
}
and document.layers doesn't appear to have any properties in Mozilla.
What's the right way to change the visibility?
Comment 1•23 years ago
|
||
Confirmed
2002042803/WinXP
Updated•23 years ago
|
Summary: espn.com - changing visibility doesn't work → espn.go.com - changing visibility doesn't work
Comment 3•22 years ago
|
||
tech evang june 2003 reorg
Assignee: bc → english-us
QA Contact: zach → english-us
Comment 4•21 years ago
|
||
contacted via
http://dynamic.espn.go.com/espn/bugs?url=http://sports.espn.go.com/mlb/clubhouse?team=bos
Status: NEW → ASSIGNED
Target Milestone: --- → Nov
Comment 5•21 years ago
|
||
fixed.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•21 years ago
|
Status: RESOLVED → VERIFIED
Updated•10 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
•