Hi Isomorphic,
We are using SmartGWT Pro 4.1 branch (04/10/2015 nightly build or 09/23/2015 nightly build).
The Layout in the code below is not drawing in IE 11.0.9600.17843, but works in all other browsers.
In IE the jsp page has the following lines in the header:
<meta http-equiv="x-ua-compatible" content="IE=9">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
Please see the attached code.
MyTest.java
The error in IE console:
Can you please tell us what we can change to make it work?
Thanks
We are using SmartGWT Pro 4.1 branch (04/10/2015 nightly build or 09/23/2015 nightly build).
The Layout in the code below is not drawing in IE 11.0.9600.17843, but works in all other browsers.
In IE the jsp page has the following lines in the header:
<meta http-equiv="x-ua-compatible" content="IE=9">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
Please see the attached code.
MyTest.java
The error in IE console:
Can you please tell us what we can change to make it work?
Thanks
Comment