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.
