Closed
Bug 590198
Opened 15 years ago
Closed 15 years ago
Inconsistent behaviour for "'onevent' in object"
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
DUPLICATE
of bug 414853
People
(Reporter: rik, Unassigned)
References
Details
Attachments
(1 file)
535 bytes,
text/html
|
Details |
This technique can be used for feature detection. I don't know what standards say about that but my feeling is that every event supported should report true.
Results :
Firefox 4 only says true for onhashchange in window
Opera 10.61 says true for onhashchange in window and onclick in p
Safari 5 and Chrome 5 says true for everything (except the onfakevent test)
Reporter | ||
Comment 1•15 years ago
|
||
Comment 2•15 years ago
|
||
This may be related to bug 500253.
Comment 4•15 years ago
|
||
Dupe of bug 414853?
Reporter | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•