Closed Bug 52922 Opened 24 years ago Closed 23 years ago

The page is not being drawn correctly

Categories

(Tech Evangelism Graveyard :: English US, defect, P3)

x86
Windows 98
defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: mike, Assigned: zach)

References

()

Details

(Keywords: testcase)

Attachments

(1 file)

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; m18) Gecko/20000907
BuildID:    2000090708

Everything on the page appears to be correct, except for a small box placed in
the centre of the screen listing all the sports at the olympics. This covers the
underlying text and images

Reproducible: Always
Steps to Reproduce:
1. Visit www.olympics.com
2. Wait until the page loads
3.

Actual Results:  The same error occured.

Expected Results:  Drawn the page without the centre box listing of all the
events
I'm seeing this problem on PC/Linux build 2000091521. The box (map?) with all
the spors in the center of the page is displayed in Mozilla, but not in NN 4.x.
But since the site is doing a lot of browser- and version- sniffing, I'm not
sure that this is not a problem in the page itself. Maybe a reduced testcase
would help.
Attached file testcase
I have isolated the "sport chooser" into a testcase. The problem is that it
assumes that either document.layer or document.all is working. e.g.:

function show(object) {
if (document.layers && document.layers[object] != null)
document.layers[object].visibility = 'visible';
else if (document.all)
document.all[object].style.visibility = 'visible';
}

They should be using document.getElementByID instead (W3C DOM level 1).
See http://sites.netscape.net/ekrock/standards.html.
Reassiging to Evangelism.
Assignee: clayton → blakeross
Component: Layout → Evangelism
QA Contact: petersen → zach
*** Bug 53784 has been marked as a duplicate of this bug. ***
Letter sent. Assigning to self
Assignee: blakeross → zach
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: evangwanted
stupid whine mail!
Status: NEW → ASSIGNED
*** Bug 55356 has been marked as a duplicate of this bug. ***
page no longer exists but i cruised around the olympic site using
2001-060-05-04/win2k and did not see any obvious problems or js console errors
related to layers, so marking fixed. 
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
verifying (but should have been marked invalid)
Status: RESOLVED → VERIFIED
All Evangelism Bugs are now in the Product Tech Evangelism. See bug 86997 for
details.
Component: Evangelism → US English
Product: Browser → Tech Evangelism
Version: other → unspecified
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: