First, make sure your hosted html page is set to standards mode. The first line should be something like:
<!doctype html> On Mon, Jul 26, 2010 at 1:17 PM, George Georgovassilis <[email protected]> wrote: > I've recently run into the following rather bewildering issue where > maps display fine in all browsers but IE6 and IE7. > > My GWT 2.0.4 client app is using GWT maps API 1.1 jar (against maps > API 2). The maps API loads ok, but IE6 and IE7 won't display the map > widget content - no errors thrown. > > Interestingly, when the user agent is pinned to "ie8" in the module > file then maps will display fine even on IE7. > > Has anyone run into this before? > > -- > 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. > > -- Eric Z. Ayers Google Web Toolkit, Atlanta, GA USA -- 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.
