Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

addEventListener does not accept Objects that implement the EventListener Interface #6

Closed
GoogleCodeExporter opened this issue Dec 6, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

The addEventListener Method accepts as the second parameter either a
function or an Object[1] that implements the EventListener[2] Interface.

[1] http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-EventTarget
[2] http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-EventListener


While writing the demonstration code I see that event.target is undefined
in IE.

Well, I see there is another addEventListener Issue open, but I decided to
create a new one - that one here is totally different...

-gossi

Original issue reported on code.google.com by unigossi on 28 Apr 2007 at 9:20

Attachments:

@GoogleCodeExporter
Copy link
Author

OK I'll look into the EventListener issue.

event.target should still work on IE though. Mmm.

Original comment by dean.edw...@gmail.com on 1 May 2007 at 8:15

@GoogleCodeExporter
Copy link
Author

Ignore my comment about event.target, I see what you mean.

Original comment by dean.edw...@gmail.com on 2 May 2007 at 3:30

@GoogleCodeExporter
Copy link
Author

Status changed to "Accepted".

Original comment by dean.edw...@gmail.com on 3 Jul 2007 at 4:18

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

I've checked in the changes for this now. Updated libs also.

Original comment by dean.edw...@gmail.com on 13 Jul 2007 at 5:43

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Original comment by doek...@gmail.com on 14 Jul 2007 at 7:01

  • Added labels: Browser-All, Module-base2.DOM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant