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
Hi Georgieva,
Thank you for being attention to this issue. We have resolved this by modify some code from MicrosoftAjax.js to catch exception.
Regards,
Hello Chu,
Thank you for posting in our forums.
I was not able to reproduce the issue in my environment (Windows7 + IE9) using the below online sample
http://samples.infragistics.com/aspnet/Samples/WebDialogWindow/Display/ConfirmationDialog/Default.aspx?cn=dialog-window&sid=0682d586-0078-4f1c-94f6-873964afa3d5
What is the environment that you are using in order to replicate the issue?
Would you be able to provide us an isolated sample reproducing it?
Hope hearing from you.