Re: Displaying google maps with IE7

2010-08-01 Thread George Georgovassilis
Turns out this is a known issue (with workarounds) [1] with maps in conjunction with GWT's layouting. [1] http://code.google.com/p/gwt-google-apis/issues/detail?id=366colspec=ID%20Type%20API%20Status%20Priority%20Milestone%20Owner%20Summary On Jul 26, 10:22 pm, George Georgovassilis

Displaying google maps with IE7

2010-07-26 Thread George Georgovassilis
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.

Re: Displaying google maps with IE7

2010-07-26 Thread Eric Ayers
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 g.georgovassi...@gmail.com wrote: I've recently run into the following rather bewildering issue where maps display

Re: Displaying google maps with IE7

2010-07-26 Thread George Georgovassilis
Hello Eric, The page is in standards mode. How do I debug this? On Jul 26, 8:48 pm, Eric Ayers zun...@google.com wrote: 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