-
2 Apr 2012 8:05 PM #1
Error is coming only in IE8
Error is coming only in IE8
HI All,
I just migrated from ExtJs 4.07 (where my code was working as expected) to ExtJs 4.1. After moving the code and running the application everything seems to be working fine in Fore fox for in IE 8 I am getting following error.
Microsoft JScript runtime error: 'null' is null or not an object.
I am not sure what needs to be done. I am missing including/ updating some file.
Kindly provide your suggestions.
Thank you.Capture.jpg
-
2 Apr 2012 8:16 PM #2
It's impossible to tell without any kind of context. What does the stack trace look like?
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
-
2 Apr 2012 8:47 PM #3
Hi Evant,
Thank you for quick reply. I am not sure how to supply the stack trace. But I have added a image to my original post. i hope that would help.
Thank you
-
2 Apr 2012 8:54 PM #4
It's happening while it's trying to refresh a view. Is the view in the DOM at that point?
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
-
2 Apr 2012 9:45 PM #5
How to I check whether view is available in DOM? Also Why this is happening only in IE 8 and not in fire fox? I am not destroying the view explicitly.


Reply With Quote