Closed
Bug 15005
Opened 26 years ago
Closed 26 years ago
onload handler in an img tag doesn't get triggered
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
People
(Reporter: lozinit, Assigned: vidur)
References
()
Details
Attachments
(1 file)
234 bytes,
text/html
|
Details |
there is a re-direct script on this site that takes viewers with generation 4
browsers to a different site. It doen't work in mozilla....
Assignee: mccabe → vidur
Component: Javascript Engine → DOM Level 2
QA Contact: cbegle → vidur
reduced test case attached. the URL has an onLoad handler in an IMG tag.
event gets triggered in 4.x but not mozilla.
a quick peek at the DOM 2 spec says that document, frames and objects can
trigger a load event.
Component: DOM Level 2 → DOM Level 0
QA Contact: vidur → desale
Summary: onload handler in an img tag doesn't get triggered
Confirmed not to work. Vidur, Tom, and I discussed it and we can have the image
frame notify its content object when the load is complete
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 7•26 years ago
|
||
Dup. Verified.
You need to log in
before you can comment on or make changes to this bug.
Description
•