- From: <bugzilla@jessica.w3.org>
- Date: Sun, 18 Mar 2012 16:03:18 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=16285
Anne <annevk@opera.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
--- Comment #2 from Anne <annevk@opera.com> 2012-03-18 16:03:16 UTC ---
It still talks about as if they are somehow associated with the event object.
While the code for implementing this goes like:
function run() {
if(obj.dispatchEvent(ev)) {
defaultAction()
}
}
I.e. defaultAction is associated with run, not ev.
--
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Sunday, 18 March 2012 16:03:20 UTC