Your page is quite large so it make it harder to isolate problem. If you can make a simpler page with maps only that will help yourself and others trying to help.
There are similar but not exactly same issues in the past in v2 and firefox: http://groups.google.com/group/google-maps-api/browse_thread/thread/eb6e7916d91c05e9 and http://code.google.com/p/gmaps-api-issues/issues/detail?id=307 In that case, Microsoft map script is to blame, because it override some global event handling functions upon load. I suspect this case is same. I suggest you try a few things. 1. make a simple page with maps only. 2. load bing script BEFORE google script. I hope this will solve your problem. 3. post this issue on bing forum to see if can get help there too. On Aug 25, 11:31 am, archinform <[email protected]> wrote: > HELP is still needed > ------------------------------ > Please Goggle staff, would You check the issue mentioned in this > thread and give me some help. > I really don't understand why Webkit doesn't work with my webpages. > > Sascha > > On 30 Jun., 13:42, archinform <[email protected]> wrote: > > > > > Hi Google team, > > > spent some more hours on finding the bug, why the Google maps aren't > > movable with Chrome/Safari on my pages. And still no success :( > > What a shame: Google own's browser Chrome doesn't work with Google > > maps, while Firefox, Opera and even Internet Explorer working > > perfectly! > > > I would be very happy, if someone from the Google Maps API v3 team > > (with better knowledge about the Maps API internals) could have a view > > on my pages. > > Of course others are welcomed, too ;) > > I just believe, that the problem is a very special conflict in > > javascript event handling or similar, which needs someone who knows > > really much about the internal Maps API software structure. > > > Many thanks in advance, > > Sascha > > > On 9 Jun., 12:44,archinform<[email protected]> wrote: > > > > Hi William, > > > > thanks for checking. > > > I noticed this, too. The strange thing is that, this just affect > > > webkit browsers. And Chrome's JS inspector doesn't throw out any > > > javascript errors related to this. This makes it pretty difficult to > > > find the source for this bug. Needs someone, who knows details about > > > the internal google maps (&virtual earth) javascript structure :( > > > > Sascha > > > > On 9 Jun., 12:11, William <[email protected]> wrote: > > > > > On Jun 5, 5:29 am,archinform<[email protected]> wrote:> In the > > > > example there is a Google Maps and a Microsoft Bing Div > > > > > positioned on the same place (switching implemented by setting > > > > > different z-Indices). Maybe this causing the problem in Webkit? > > > > > I noticed if you are panning in Bing Map, then move the mouse out of > > > > the map and select Google, then panning stays on in Google and you > > > > can't turn it off. So there must be some kind of conflict between the > > > > event handlers in the two mapping systems. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-maps-js-api-v3?hl=en.
