Wednesday, March 27, 2013

Re: Gwt user agent issue in IE8

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 added this setting for IE8, 9 and Chrome. Again no luck for IE8 but works for IE9 and Chrome as expected.

CoreModule.gwt.xml
<inherit ...User/>

MainModule.gwt.xml
<inherit....CoreModule/>
<!-- Mask error message -->
<set-configuration-property name="user.agent.runtimeWarning" value="false"/> 
<set-property name="gxt.user.agent" value="ie8,ie9,chrome"/>

Besides Index.html is referring the below meta tag, Is that causing it.
<meta http-equiv="X-UA-Compatible" content="IE=EDGE" />

I tried change browser mode using F12, and then see the application in IE8 but I noticed that there was a class added into HTML tag.

<html class=" ext-strict" style="overflow: hidden;">

On Monday, March 4, 2013 1:53:58 PM UTC-5, ram wrote:
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.
  <!-- Mask error message -->
  <set-configuration-property name="user.agent.runtimeWarning" value="false"/> 

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:
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 runtimeWarning.

-- J.

--
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment