I checked FF web-console. Following http gets are not done when it is NOT working: [00:18:42.241] GET http://maps.gstatic.com/intl/de_ALL/mapfiles/poweredby.png [HTTP/1.1 304 Not Modified 31ms] [00:18:42.254] GET http://maps.gstatic.com/intl/de_ALL/mapfiles/mapcontrols3d5.png [HTTP/1.1 304 Not Modified 31ms] [00:18:42.269] GET http://maps.gstatic.com/intl/de_ALL/mapfiles/openhand_8_8.cur [HTTP/1.1 304 Not Modified 31ms] [00:18:42.288] GET http://maps.gstatic.com/intl/de_ALL/mapfiles/iw3.png [HTTP/1.1 304 Not Modified 31ms] [00:18:42.303] GET http://maps.gstatic.com/intl/de_ALL/mapfiles/iws3.png [HTTP/1.1 304 Not Modified 31ms] [00:18:42.321] GET http://maps.gstatic.com/intl/de_ALL/mapfiles/iw_close.gif [HTTP/1.1 304 Not Modified 31ms] [00:18:42.338] GET http://maps.gstatic.com/intl/de_ALL/mapfiles/iw_plus.gif [HTTP/1.1 304 Not Modified 63ms] [00:18:42.356] GET http://maps.gstatic.com/intl/de_ALL/mapfiles/iw_fullscreen.gif [HTTP/1.1 304 Not Modified 63ms] [00:18:42.376] GET http://maps.gstatic.com/intl/de_ALL/mapfiles/iw_minus.gif [HTTP/1.1 304 Not Modified 63ms] [00:18:42.393] GET http://maps.gstatic.com/intl/de_ALL/mapfiles/387c/maps2.api/mod_exdom.js [HTTP/1.1 304 Not Modified 47ms]
this explains why it's not working, but I am still clueless why it's not loaded. On 31 Jan., 22:37, MeiAestro <[email protected]> wrote: > I am using "Maps.loadMapsApi" with an async callback. Map object is > used first time after execution of runnable. And... it's working for > all other browsers !?! > > On 31 Jan., 17:32, Eric Ayers <[email protected]> wrote: > > > > > > > > > Another possibility I can think of is trying to make method calls into the > > Maps API before the api is fully loaded. How are you initializing the Maps > > API? Are you using Maps.loadApi() and waiting for the callback to return? > > > Look in your JS console window (firebug) - are there any exceptions there? > > > On Tue Jan 31 11:15:35 GMT-500 2012,MeiAestro<[email protected]> wrote: > > > > Hi Eric! > > > > Thanks for the hint, but unfortunately it did not help. > > > > Any other ideas? > > > > Regrads! > > > > On 30 Jan., 16:24, Eric Ayers <[email protected]> wrote: > > > > Try calling 'checkResizeAndCenter()' and see if it helps. > > > > >http://code.google.com/p/gwt-google-apis/wiki/MapsFAQ#Why_do_I_see_th... > > > > > On Mon Jan 30 10:09:04 GMT-500 2012,MeiAestro<[email protected]> > > > wrote: > > > > > > Hi folks, > > > > > > I am using the google maps api for GWT. In all browsers but firefox > > > > > (tested with ie8, ie9, chrome on different OS) the map is working > > > > > without any problems. In firefox the map randomly shows following > > > > > problems: > > > > > > - control widgets are not shown; > > > > > - map dragging not possible > > > > > - scroll-wheel zoom not working > > > > > - ... > > > > > > Doing continuous F5 refreshes leads at some point in time to a working > > > > > initialization of the map. > > > > > > Any ideas? I am absolutely clueless! > > > > > cheers. > > > > > > -- > > > > > 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. > > > > -- > > > 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. -- 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.
