I am using ExtJS 4.0 which works on all browsers except for internet explorer 9. I am getting the error:
SCRIPT28: Out of stack space
ext-all.js, line 1 character 354281
Has anyone encountered this before?
If so, how did you solve it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I had the same problem but I have to add that I only encountered it with IE9 in compatibility mode.
The error pointed to a line that dealt with a component style. From there I noticed that I had a conflicting config option (the child component had a width that was greater than the parent component).
Yours could probably be caused by a different conflict but that was what was causing my problem.