Re: GWT and IE 8

2009-08-04 Thread Roland
Thanks a lot, it worked On Jul 31, 4:54 pm, jhulford wrote: > We have the exact same situation.  All you really need to do is create > a property provider override for the user.agent property in yourGWT > module xml file.  All I did was grab the user agent detection script > from the UserAgent.x

Re: GWT and IE 8

2009-07-31 Thread jhulford
We have the exact same situation. All you really need to do is create a property provider override for the user.agent property in your GWT module xml file. All I did was grab the user agent detection script from the UserAgent.xml module in the latest 1.6 release and paste it into my module file.

Re: GWT and IE 8

2009-07-31 Thread BarefootSanders
Have you considered upgrading to GWT 1.7? I know it would probably be A LOT of work, but it might be worth it. 1.7 has much better support for IE8. On Jul 31, 3:00 am, Roland wrote: > Hello, > > I've built a gwt application which currently is based on gwt version > 1.3.3 > > I haven't had any

Re: GWT and IE 8

2009-07-31 Thread Paul Robinson
Try adding this to the head section of your html page: Roland wrote: > Hello, > > I've built a gwt application which currently is based on gwt version > 1.3.3 > > I haven't had any problems loading it with IE 6,7 ,FF3-3.5 and Chrome > but with IE 8 all I get is: > > "While attempting to

GWT and IE 8

2009-07-31 Thread Roland
Hello, I've built a gwt application which currently is based on gwt version 1.3.3 I haven't had any problems loading it with IE 6,7 ,FF3-3.5 and Chrome but with IE 8 all I get is: "While attempting to load module ... , property "user.agent" was set to unexpected value "unknown" ... " I underst