We have done that in the past with no issue what so ever in our
project (which is fairly large with 6 GWT modules). That meta tag only
forces IE to use version 8 rendering engine which GWT 2.1 supports.
Our project also uses GXT which had no issues as well.

But we did notice better performance and speed once we upgraded to GWT
2.3 as IE9 rendering is better than IE8. So, if possible upgrade to
the latest.

Hope that helps.

On Jan 16, 11:29 pm, shahid <[email protected]> wrote:
> I am using GWT 2.1 and have discovered that in IE9 the project doesn't
> work and you see a blank page. After looking up the issue it seems
> that it is to do with GWT support for IE9 which was (I assume)
> introduced in GWT2.3 and later. Now I have discovered that I can tell
> IE to behave like IE8 by putting the meta tag:
>
> <meta http-equiv="X-UA-Compatible" content="IE=9">
>
> If I use the meta tag to force IE to behave like IE8 and do NOT
> upgrade my GWT to the latest release, what are the downsides of doing
> so if any?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to