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, so weird) .
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 <set-property name="user.agent"
value="ie8,gecko,gecko1_8,safari,opera" /> 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
?
Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to