A javascript error when div content getting replaced via ajax call
A javascript error when div content getting replaced via ajax call
Hi, I am getting unspecified error with el.getBindingClientRect() in ext-base.js . This happens wen we replace a div content by response from an ajax call. This does not happen always and seems to happen for IE. Please let me know if there is a fix for the issue or can we do any work around.
There is no stack trace. The error says - unspecified error ext-base.js at line where we have called the function el.getBoundingClientRect();
It does not happen always , happens intermittently.
I'm afraid it's hard to help you with just that information. Have you installed the IE Developer Tools or the Javacsript debugger that comes with MS Visual Studio? They should help you debug.