Closed
Bug 135317
Opened 23 years ago
Closed 21 years ago
miami-trains.com - Frame not rendered
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: tajkkj, Unassigned)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:0.9.9+)
Gecko/20020328
BuildID: 2002032803
The contents of the frame at the left do not appear. They are rendered using
Microsoft IE.
Reproducible: Always
Steps to Reproduce:
1. Go to referenced URL
2. No information in frame on left is visible
Actual Results: Information in frame on left is not rendered
Expected Results: Information in frame on left should be rendered
Comment 1•23 years ago
|
||
The whole frame is done in animated javascript, and the code is:
if(!ie4)
{
if((navigator.appName == "Netscape") &&
(parseInt(navigator.appVersion.substring(0, 1)) >= 4))
doc_els=document.layers
else
return
}
else
doc_els=document.all
Which uses doc_els = document.layers in mozilla, so doc_els is undefined and
things break.
The site needs to use the standard DOM insted of these proprietary methods.
Assignee: sgehani → doronr
Status: UNCONFIRMED → NEW
Component: XP Apps → US General
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: paw → zach
Version: other → unspecified
Updated•23 years ago
|
Summary: Frame not rendered → miami-trains.com - Frame not rendered
Comment 2•22 years ago
|
||
tech evang june 2003 reorg
Assignee: doron → english-us
QA Contact: zach → english-us
Comment 3•21 years ago
|
||
Site is dead, the URL is now one of those infuriating Generic webportals
since site has change significantly for lack of anything else
Marking Fixed
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
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
•