Re: Gwt user agent issue in IE8

2013-03-27 Thread ram
Anyone please throw an idea to resolve the issue. On Wednesday, March 27, 2013 1:06:09 PM UTC-4, ram wrote: > > I inherit the module User, hence I have not explicitly added setting for > the browser, but IE8 is not displaying the application and running with > wait cursor indefinitely. Hence, I

Re: Gwt user agent issue in IE8

2013-03-27 Thread ram
I inherit the module User, hence I have not explicitly added setting for the browser, but IE8 is not displaying the application and running with wait cursor indefinitely. Hence, I added this setting for IE8, 9 and Chrome. Again no luck for IE8 but works for IE9 and Chrome as expected. CoreModul

Re: Gwt user agent issue in IE8

2013-03-04 Thread ram
How to avoid compatibility mode for IE8. On Monday, March 4, 2013 11:15:43 AM UTC-5, ram wrote: > > If I set the below attribute in the Gwt module, it works in IE8 but not in > IE9. > >value="false"/> > > On Monday, March 4, 2013 8:52:27 AM UTC-5, ram wrote: >> >> Thanks for the reply. Yo

Re: Gwt user agent issue in IE8

2013-03-04 Thread ram
If I set the below attribute in the Gwt module, it works in IE8 but not in IE9. On Monday, March 4, 2013 8:52:27 AM UTC-5, ram wrote: > > Thanks for the reply. You're right, the browser Chrome Frame has been > added in Gwt module. > > On Sunday, March 3, 2013 1:59:14 PM UTC-5, Jens wrote:

Re: Gwt user agent issue in IE8

2013-03-04 Thread ram
Thanks for the reply. You're right, the browser Chrome Frame has been added in Gwt module. On Sunday, March 3, 2013 1:59:14 PM UTC-5, Jens wrote: > > Maybe the IE8 you have tested activates compatibility mode for your site? > Or it has installed Chrome Frame that maybe causes issues? As long as

Re: Gwt user agent issue in IE8

2013-03-03 Thread Jens
Maybe the IE8 you have tested activates compatibility mode for your site? Or it has installed Chrome Frame that maybe causes issues? As long as you have referenced ie8 in the user.agent property (or haven't changed the user.agent property at all) it should work. Not sure what you mean with runt

Gwt user agent issue in IE8

2013-03-02 Thread ram
Hi All, Recently we noticed that our GWT modules are rendering in all browsers except IE8. Though I inherited UserAgent in our gwt module xml. As per UserAgent the application should display in all browsers (ie6,ie8, ie9, gecko,safari, opera), but it is showing all browsers except IE8. I am not