Has anyone encountered addEventListener weirdness like this?
http://www.youtube.com/watch?v=PnDzm5fcYz8
-addEventListener registers the same event multiple times
-on event dispatch if the handler is removed and readded you get an infinite loop
-in one case addEventListener doesn’t add the handler of an object
You might ask why would you do the first two. Well normally you wouldn’t, but I came across the third in a real world example and found the first two which says to me that addEventListener might need some looking at.
I created my own versions of the event dispatcher functions. If anyone needs them give a shout and I’ll paste them. [import]uid: 27183 topic_id: 13096 reply_id: 313096[/import]