Max_nl
28 Mar 2010, 4:03 PM
My web application works fine with Ext.js 3.1.1.
With 3.2RC1 it does work properly with Firefox and Chrome, but not under Internet Explorer 8.
Under IE8, I get the following error message:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; WOW64; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Timestamp: Sun, 28 Mar 2010 23:47:47 UTC
Message: Invalid argument.
Line: 7002
Char: 9
Code: 0
URI: server/ext-all-debug.js
Concerning the following line in Ext.Element.setLeftTop():
style.top = me.addUnits(top);
Looking at the debug window, the problem seems to be that "top" is NaN.
Unfortunately the issue happens on the start of my web application, and I'm not certain what component is causing it, so I do not have a compact test case.
Also the "stack trace" in the "developer tools" only shows a long list of "anonymous functions".
Any idea on how to debug this?
With 3.2RC1 it does work properly with Firefox and Chrome, but not under Internet Explorer 8.
Under IE8, I get the following error message:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; WOW64; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Timestamp: Sun, 28 Mar 2010 23:47:47 UTC
Message: Invalid argument.
Line: 7002
Char: 9
Code: 0
URI: server/ext-all-debug.js
Concerning the following line in Ext.Element.setLeftTop():
style.top = me.addUnits(top);
Looking at the debug window, the problem seems to be that "top" is NaN.
Unfortunately the issue happens on the start of my web application, and I'm not certain what component is causing it, so I do not have a compact test case.
Also the "stack trace" in the "developer tools" only shows a long list of "anonymous functions".
Any idea on how to debug this?