Monday, May 24, 2010

Re: Unable to view GWT2.0.1 app in IE8

On 24 mai, 18:29, Yogesh Bhave <yog.bh...@gmail.com> wrote:
> 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
> ?

Make sure IE8 doesn't run in "Emulate IE7" or "Emulate IE5" mode,
which would use the ie6 permutation. The ie8 permutation is only used
when IE8 runs in its "Super Standard Mode".

--
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-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment