Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
592
Exception when showing WebDialog
posted

Hi Team,

After display a WebDialog number of time, I got an exception as "Microsoft JScript runtime error: Object required".

The debugger go to ScriptResource.axd at line:

g+=(c.frameBorder||1)*2+(parseInt(b.paddingLeft)||0)+(parseInt(b.borderLeftWidth)||0)-a.ownerDocument.documentElement.scrollLeft

I saw that  "a.ownerDocument.documentElement" is NULL so it causes exception.

It only occurs of I set the WebDialog as Modal.

If set as Normal, it work fine but we need to display in Modal mode to prevent other actions to the page.

I am using version 11.1.20111.2020

Please help me to resolve this issue.

Thanks you,

Chu