Closed Bug 35909 Opened 24 years ago Closed 24 years ago

page displays with blank content area

Categories

(Core :: DOM: Core & HTML, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED WONTFIX

People

(Reporter: buster, Assigned: jst)

References

()

Details

Attachments

(1 file)

using debug build 4/14/00
load the above URL
you'll see the background image paint, but no content appears in the main 
content block in the center of the page.

This error appears in the console:
JavaScript Error: ReferenceError: infobox is not defined
URL: http://www.angelfire.com/ms/dhtml/about.html
Line number: 40

maybe this is an IE-specific thing?
It sure does create an awful lot of annoying pop-up windows. I'm reassigning 
this to the DOM guys, because it seems to be JavaScript driven
Assignee: troy → jst
Component: Layout → DOM Level 0
QA Contact: petersen → desale
Status: NEW → ASSIGNED
Target Milestone: --- → M19
toby, thanks a lot from the great testcase! The original URL doesn't work any
more but the testcase does work. The problem is that the JS relies on the IE
specific JS feature that lets you access elements by using their ID in the JS,
the fix is to make the site use the DOM getElementById() call. I tried this in
the testcase and that makes the content area show up. Marking WONTFIX.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → WONTFIX
WONTFIX
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: