Hello.
I get strange error in Internet Explorer with SmartGWT 2.1, 2.2 and 2.3-SNAPSHOT.
Also please try this URL its our online demo http://ide.demo.exoplatform.org/portal/public/classic/IDE.
As you can see error in ISC_Core.js here
then i try surround in try .. catch it's help.
Can you help me with this problem?
Thanks.
I get strange error in Internet Explorer with SmartGWT 2.1, 2.2 and 2.3-SNAPSHOT.
Code:
Webpage error details Message: Object doesn't support this action Line: 149 Char: 193 Code: 0 URI: http://192.168.0.21/SmartGWT/smartgwt/sc/modules/ISC_Core.js
As you can see error in ISC_Core.js here
Code:
window[_1]=_12;
Code:
try{window[_1]=_12;}catch(e){}
Thanks.
Comment