I modify my module XML file with :
<!-- Custom UserAgentPropertyGenerator without test on Google Frame --
>
<property-provider name="user.agent"
generator="org.prime.client.useragent.MyUserAgentPropertyGenerator"/>
<!-- Mask error message -->
<set-configuration-property name="user.agent.runtimeWarning"
value="false"/>
<!-- IE -->
<set-property name="user.agent" value="ie6" />
<extend-property name="user.agent" values="ie8" />
<!-- FF -->
<extend-property name="user.agent" values="gecko1_8" />
<!-- CHROME -->
<extend-property name="user.agent" values="safari" />
Thanks a lot !
On 26 sep, 19:52, Chi Hoang <c...@chi.ca> wrote:
> If Chrome-frame is not enabled on your page and you have it installed
> in your browser, you are most likely running into this issue
>
> http://code.google.com/p/google-web-toolkit/issues/detail?id=6665
>
> On Sep 26, 10:23 am, Chi Hoang <c...@chi.ca> wrote:
>
>
>
>
>
>
>
> > Based on your user-agent, it seems like you have chrome frame
> > installed.
> > GWT 2.4 added detection of chrome frame, and uses the safari user
> > agent if it is installed and enabled.
>
> > On Sep 26, 1:53 am, guillaume prime <guillaume.pr...@gmail.com> wrote:
>
> > > We can see the problem on the GWT Showcase :
>
> > > Webpage error details
>
> > > User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0;
> > > chromeframe/14.0.835.186; .NET CLR 1.1.4322; InfoPath.1)
> > > Timestamp: Mon, 26 Sep 2011 07:52:05 UTC
>
> > > Message: Object doesn't support this property or method
> > > Line: 1532
> > > Char: 127
> > > Code: 0
> > > URI:http://gwt.google.com/samples/Showcase/showcase/56292F4D7C74D54F38D6A...
>
> > > Why the user agent is "Mozilla (compatible IE8)" ?
--
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