yugalatea / gwt-google-apis

Automatically exported from code.google.com/p/gwt-google-apis
0 stars 0 forks source link

gwt-maps 1.0.4 does not work predictably in Firefox #272

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Found in Release: 1.0.4

Detailed description: I upgraded from the 1.0.3 to the 1.0.4 release of 
gwt-maps.jar. 1.0.3 had been working perfectly for some time. With the 
1.0.4 JAR in my app, Firefox will sometimes refuse to load the map (which 
stops my entire GWT module from running). I used the JS Maps API script tag 
as recommended on http://code.google.com/docreader/#p=gwt-google-
apis&s=gwt-google-apis&t=MapsGettingStarted:

<script src="http://maps.google.com/maps?
gwt=1&amp;file=api&amp;v=2&amp;key=XXXXXX"></script>

I tried various values for the v parameter based on the current releases 
(v=2, v=2.x, v=2.159e, v=2.160f) but none of these make Firefox work 
consistently. In all cases, Chrome worked perfectly with the 1.0.4 gwt-
maps.jar in the app. 

This is with Firefox 3.0.10, Chrome 2, on Windows XP. 

Workaround if you have one: Rolling back to the 1.0.3 release of gwt-
maps.jar fixed the issue. With 1.0.3 this is the script tag I was using:

<script src="http://maps.google.com/maps?
gwt=1&amp;file=api&amp;v=2.118&amp;key=XXXXXX"></script>

Links to the relevant GWT Developer Forum posts:

Original issue reported on code.google.com by CTwene...@gmail.com on 29 May 2009 at 8:22

GoogleCodeExporter commented 9 years ago
Is there a way you could isolate this further?  Maybe to a small example that 
can
reproduce the problem?

Original comment by galgwt.reviews@gmail.com on 5 Jun 2009 at 3:09

GoogleCodeExporter commented 9 years ago

Original comment by galgwt.reviews@gmail.com on 17 Jul 2009 at 6:29