silverme / base2

Automatically exported from code.google.com/p/base2
0 stars 0 forks source link

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

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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 commented 8 years ago
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 commented 8 years ago
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 commented 8 years ago
Status changed to "Accepted".

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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

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