Open
Bug 517387
Opened 15 years ago
Updated 2 years ago
Consider making |function onload() {}| not register an event listener
Categories
(Core :: DOM: Events, defect, P5)
Tracking
()
NEW
People
(Reporter: bzbarsky, Unassigned)
References
Details
This would basically back out bug 147811.
Opera, Safari, Chrome, IE all do not register a load event listener on the window in that situation, from what I can see. Or at least don't call the function.
If we did this, we could eliminate the AddProperty stuff that event receiver currently has, maybe, depending on the outcome of bug 517386.
Comment 1•6 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven't been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•