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.
