Re: ie8 problem with gwt 2.4?
Workaround :
set the following property in your gwt.xml.
<set-configuration-property name="user.agent.runtimeWarning"
value="false"/>
The error/warning does not appear.
But not sure how much it impacts the application, because it is
suppressing the warning/error.
On Sep 19, 7:31 am, Vish <vnd...@gmail.com> wrote:
> I am also getting the same error using GWT 2.4 on IE8 and specifying
> user agent property in gwt.xml for ie8.
>
> On Sep 15, 4:36 am, macagain <rgk...@gmail.com> wrote:
>
>
>
> > Is anyone else have a problem with IE8 on GWT2.4?
>
> > I'm running in standards mode <!doctype html>
>
> > exactly the same code worked fine on GWT2.3... with that F12 dev tools
> > showed:
> > Browser Mode: IE8
> > Doc Mode: IE8 Standards
>
> > but on GWT2.4, the page errors in the generated js, doesn't load, and F12
> > dev tools shows:
> > Browser Mode: IE8 Compatibility Mode
> > Doc Mode: IE7 Standards
>
> > and yes:
> > - user-agent properties the same in both (in fact using whatever is in
> > UserAgent.gwt.xml
> > - i clean'd
> > - everything works fine in ie9
>
> > thanks!- Hide quoted text -
>
> - Show quoted text -
--
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.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home