PDA

View Full Version : addEventListener is null or not an object


c0nd0r
10-14-2008, 03:38 AM
Hi all,

When I try to deploy my application to DHTML I get the javascript error: "addEventListener is null or not an object" in embed-compressed.js and I can't seem the find the cause.

I've tried to comment out all scripts but no luck so far.
Anyone has any idea?

-- Edit --

I figured out what is the problem; a view I am using has an ID but that's where the error occurs.. Why can't that view have an ID?

senshi
10-14-2008, 11:07 AM
What is the ID's value? Maybe there is some id collision.

c0nd0r
10-14-2008, 12:36 PM
Thanks for your reply :)

There was no collision I changed it into a name and now it works.. Still think it's weird.. maybe some bug?