Closed Bug 329910 Opened 18 years ago Closed 18 years ago

Body onload not executed after page load

Categories

(Core :: DOM: Events, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 99820

People

(Reporter: bugzilla33, Unassigned)

References

()

Details

(Keywords: testcase)

Attachments

(1 file)

User-Agent:       Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2

Body onload not executed after page load.

Reproducible: Always

Steps to Reproduce:
open http://pc44.pl/goorol/bugs/mozilla/4.htm
Actual Results:  
body onload not executed, alert not dispayed

Expected Results:  
body onload executed, alert dispayed: loaded

Code:

<body>
<script>
 document.body.onload=function(){alert('loaded')}
</script>
</body>
PS Only Mozilla, IE & Opera works perfectly !!!
Assignee: nobody → events
Status: UNCONFIRMED → NEW
Component: General → DOM: Events
Ever confirmed: true
Keywords: testcase
Product: Firefox → Core
QA Contact: general → ian
Version: unspecified → Trunk
I can't access the testcase. Could someone upload it to bugzilla?
Attached file testcase
I think this is a dup of bug 99820.
Yes, it's a duplicate of bug 99820.

*** This bug has been marked as a duplicate of 99820 ***
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: