the DOMNodeInserted event is buggy in IE and anyway has been dropped from the W3C spec, you should not be using it.
Did you read my post? I am not using addEventListener. I did not write the code above that is causing the error. The code is generated by visual studio/asp.net mvc 3. I think it is part of a browser check when either the Microsoft Ajax library loads
or the jQuery library loads. I am writing ASP.NET MVC 3 code. I dont believe that I am getting the right error. I believe that the error I am getting is the side effect that is masking the real error which is that a certain action method cannot be found
or is causing an error. I think that there is an either an unhandled exception in MVC 3 or that their is a bug in IE9. I dont work for Microsoft so I dont have access to whoever wrote the generated code.
blackwe
Member
42 Points
27 Posts
Re: Microsoft JScript runtime error: Object doesn't support property or method 'addEventListener'
Dec 02, 2011 07:50 PM|LINK
Did you read my post? I am not using addEventListener. I did not write the code above that is causing the error. The code is generated by visual studio/asp.net mvc 3. I think it is part of a browser check when either the Microsoft Ajax library loads or the jQuery library loads. I am writing ASP.NET MVC 3 code. I dont believe that I am getting the right error. I believe that the error I am getting is the side effect that is masking the real error which is that a certain action method cannot be found or is causing an error. I think that there is an either an unhandled exception in MVC 3 or that their is a bug in IE9. I dont work for Microsoft so I dont have access to whoever wrote the generated code.