Skip to Content
0
Feb 01, 2010 at 10:38 AM

wda_ls_main.js - Script Error IE

152 Views

Hello,

i am experiencing problems with the wda_ls_main.js using Internet Explorer 7and CRM 7.0. The Internet Explorer constantly reports an Script error, while the same WDA-Application is running without problems in Firefox 3.5. I've done some research regarding the cause, the lines 356-358 seem to be the problem.

var instance = this.getComponentInstance(id);
instance.attachEvent("onactivate", this.focusForwarder);
instance.attachEvent("ondeactivate", this.blurForwarder);

instance is null so every call of a method results in an error.

I set an breakpoint in Firefox Javascript Debugger on these lines which is never hit.

Any help to get rid of this error is very appreciated.

Regards,

Arne