Unable to view GWT 2.0.1 application in IE8.
Posted
by shyam.m
on Stack Overflow
See other posts from Stack Overflow
or by shyam.m
Published on 2010-05-24T12:54:15Z
Indexed on
2010/05/24
13:01 UTC
Read the original article
Hit count: 286
Hi,
I'm creating an application using GWT 2.0.1; it complies 6 computations and runs well in all browsers except IE8, it shows a blank page( but can be viewed in IE8 compatibility mode) .
When I add the line in my gwt.xml
<set-property name="user.agent" value="ie8" / >
it compiles just 1 permutation and the application displays fine in IE8. However if I add the line
lt;set-property name="user.agent" value="ie8,gecko,gecko1_8,safari,opera" /gt;
it compiles all permutations, but the application still cannot be viewed in IE8 but runs properly in all other browsers.
Is there any other method to ensure my application will run in all browsers ?
© Stack Overflow or respective owner