-
5 Apr 2012 3:28 AM #1
Unanswered: IE problem
Unanswered: IE problem
Hello,
I am new here and also new to ExtJS. Can anyone please help me out from following problem?
Showing following error on IE9, I am using ExtJS 4
SCRIPT5007: Unable to get value of the property 'close': object is null or undefined
ext-all.js, line 15 character 57694
SCRIPT5007: Unable to get value of the property 'translatePoints': object is null or undefined
ext-all.js, line 15 character 308504
Showing following error on IE8:
'xtype' is null or not an object
ext-all.js, line 15 character 174472
Thanks.
-
5 Apr 2012 6:30 AM #2Sencha - Support Team
- Join Date
- Jul 2010
- Location
- Houston, Tx
- Posts
- 7,185
- Vote Rating
- 194
- Answers
- 433
When are you receiving this error? One of our examples, or your app?
In general, it looks like you do not have your path to ExtJS4 set correctly.
Regards,
Scott
-
5 Apr 2012 6:36 AM #3
In my app. I built my app and checked on chrome always. After almost finished I checked it on IE and got those errors.
<script type="text/javascript" src="lib/ext4/ext-all.js"></script>
I used path like above and its work fine on chrome and firefox. Is there any extra option to do for IE?
Thanks,
Razon
-
5 Apr 2012 6:40 AM #4Sencha - Support Team
- Join Date
- Jul 2010
- Location
- Houston, Tx
- Posts
- 7,185
- Vote Rating
- 194
- Answers
- 433
Are you using Flash in your app?
Please add this to your header
Regards,Code:<!-- Enable IE8 Standards mode --> <meta http-equiv="X-UA-Compatible" content="IE=8" >
Scott.
-
5 Apr 2012 7:10 AM #5
Showing this same error on IE8 after including that code
SCRIPT5007: Unable to get value of the property 'xtype': object is null or undefined
ext-all.js, line 15 character 174472
Thanks,
Razon
-
5 Apr 2012 7:26 AM #6Sencha - Support Team
- Join Date
- Jul 2010
- Location
- Houston, Tx
- Posts
- 7,185
- Vote Rating
- 194
- Answers
- 433
You never mentioned if you are using flash or another external component.
searching error on net:
In reading around, I found some threads:
http://stackoverflow.com/questions/7...object-is-null
http://stackoverflow.com/questions/5...operty-ui-obje
Other posts suggest you may have over nesting issues with your layout/design.
Since posting your code may be too much, I would break down your code into segments and start following the call stack.
Regards,
Scott.
-
5 Apr 2012 7:35 AM #7
oh, sorry.
I use flash(jwplayer) and other extra component(cometchat). Removing those shows same problem.
Thanks,
Razon
-
6 Apr 2012 4:50 PM #8Sencha - Support Team
- Join Date
- Jul 2010
- Location
- Houston, Tx
- Posts
- 7,185
- Vote Rating
- 194
- Answers
- 433
I believe you are going to have to dissect your app until you find the cause. This an an erroneous error based on how your code is setup.
Regards,
Scott.
-
9 Apr 2012 5:07 AM #9
This error was for trailing comma. I got it after searching in google and got the result in sencha forum! If anybody face same problem then they can be helped from the below link.
http://www.sencha.com/forum/showthre...-not-an-object
Thanks,
Razon


Reply With Quote