Good afternoon, dear smartgwt developers!
I've noticed(even in earlier smartgwt versions) that my smartgwt applications somewhy are shown strange in IE while smartgwt demo doesn't have such deffects.
Also in Firefox everything looks just perfect!
Please look on the screenshot here.
1. SmartGWT 2.2 + IE 8
2. Console says:
3. for a client-side problem, the contents of the Developer Console:
4. if there is a JavaScript error, the stack trace logged in the Developer Console (from Internet Explorer if possible);
5. sample code:
I really checked latest smartgwt demo and it shows controls without any problems in IE. But my applications somewhy looks like this :(
Please help me.
Thank you very much in advance!
I've noticed(even in earlier smartgwt versions) that my smartgwt applications somewhy are shown strange in IE while smartgwt demo doesn't have such deffects.
Also in Firefox everything looks just perfect!
Please look on the screenshot here.
1. SmartGWT 2.2 + IE 8
2. Console says:
Code:
11-20 00:30:22.850 EET [main] DEBUG org.apache.jasper.compiler.JspRuntimeContext - Parent class loader is: ContextLoader@null 11-20 00:30:22.853 EET [main] DEBUG org.apache.jasper.servlet.JspServlet - Scratch dir for the JSP engine is: C:\Temp\Jetty_127_0_0_1_8888_war____-g0qk00\jsp 11-20 00:30:22.853 EET [main] DEBUG org.apache.jasper.servlet.JspServlet - IMPORTANT: Do not modify the generated servlets [WARN] 404 - GET /images/Menu/menu_rollover.png (127.0.0.1) 1415 bytes Request headers Accept: */* Referer: http://127.0.0.1:8888/ReconDashboard.html?gwt.codesvr=127.0.0.1:9997 Accept-Language: ru-RU User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C) Accept-Encoding: gzip, deflate Host: 127.0.0.1:8888 Connection: Keep-Alive Response headers Content-Type: text/html; charset=iso-8859-1 Content-Length: 1415
Code:
00:31:04.387 [INFO] [recondashboard] Module recondashboard has been loaded
Code:
Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C) Timestamp: Fri, 19 Nov 2010 22:32:41 UTC Message: 'isc' is undefined Line: 7 Char: 1 Code: 0 URI: http://127.0.0.1:8888/recondashboard/sc/skins/SilverWave/load_skin.js
Code:
ComboBoxItem cmbItem1 = new ComboBoxItem("item1"); ComboBoxItem cmbItem2 = new ComboBoxItem("item2"); MiniDateRangeItem miniItem1 = new MiniDateRangeItem("miniitem1"); MiniDateRangeItem miniItem2 = new MiniDateRangeItem("miniitem2"); DynamicForm dateForm = new DynamicForm(); dateForm.setWidth(450); dateForm.setItems(cmbItem1, cmbItem2, miniItem1, miniItem2); mainVL.addMember(dateForm); mainVL.setMargin(5); mainVL.setWidth100(); mainVL.setHeight100(); mainVL.draw();
Please help me.
Thank you very much in advance!
Comment