Monday, August 26, 2013

IE8 with chromeframe not loading gwt2.4 application

Hi,

IE8 fails to load gwt2.4 app when chrome frame plugin is installed.
It works fine after uninstalling chrome frame plugin.

I think i'm hitting the same issue mentioned in https://code.google.com/p/google-web-toolkit/issues/detail?id=6665

There is a workaround ie modifying UserAgentPropertyGenerator is mentioned on that thread. But i couldnt get that to work.

I've added below line to my module.xml, in the hope that it will pickup my UserAgentPropertyGenerator

<property-provider name='user.agent' generator="com.knawk.TestUserAgentPropertyGenerator" />

But its not working. 

Please let me know how can i get this to work. I believe i must be missing some thing very basic OR above approach is totally wrong. 
Searching on google didnt gave me any success so far.

Any help on this is highly appreciated.

Thanks in Advance,
Prakash M


--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment