certain events bubble that should not according to DOM2 Event handling spec
Categories
(Core :: DOM: Events, defect, P5)
Tracking
()
People
(Reporter: nisheeth_mozilla, Unassigned)
References
Details
(Whiteboard: relnote-devel)
Attachments
(1 file)
|
4.52 KB,
text/html
|
Details |
Updated•25 years ago
|
Comment 3•25 years ago
|
||
Comment 6•24 years ago
|
||
Comment 7•24 years ago
|
||
Comment 8•23 years ago
|
||
Comment 11•23 years ago
|
||
Comment 13•22 years ago
|
||
Comment 14•22 years ago
|
||
Comment 15•22 years ago
|
||
Comment 16•22 years ago
|
||
Comment 17•22 years ago
|
||
Comment 18•22 years ago
|
||
Comment 19•22 years ago
|
||
Comment 20•22 years ago
|
||
Comment 21•22 years ago
|
||
Comment 22•22 years ago
|
||
Updated•17 years ago
|
Updated•3 years ago
|
Comment 24•11 months ago
|
||
(In reply to Michael Winter from comment #22)
There is a tenuous link (events shouldn't bubble as shown in the test case)
but
in all, you're right: it's not what this bug is about, and I apologise. By
the
time I realised it myself - long after the submission - there was nothing to
be
done except expect a response like yours.By the way, I can't replicate this bug with v1.8. In fact, I can't attach a
load
listener to body using any ofdocument.body.onload
document.onload
document.body.addEventListener()
document.addEventListener()Only using window.onload, window.addEventListener(), or <body ... onload="">
functions with Mozilla. All of these are supported by Opera 7.23, and IE 6
supports document.body.onload.
Tested in the triage meeting that certain events like load, unload, focus don't bubble anymore. We didn't test everything but we guess it's fair enough to close this for now. If there's an issue with recent Firefox, please feel free to file a new bug.
Description
•