> Well i don't need to know if the map does not work on any deprecated > versions of the listed browsers.
The API supports IE6, it's your webpage that does not. http://maps.google.com/support/bin/answer.py?hl=en&topic=1499&answer=16532 Sometimes that would be a clue about whatever problem you are looking for, but in this case I suspect not. It's probably the dynamic script loading that is at fault, but its very difficult to unravel. > The problem occurs on all of the > listed versions and the workaround does not affect the disfunction, it > just allows placing icons in the full version again. I look at your webpage (in FF2) and drag the marker around, to the borders. The marker drops where I drop it, and the map recenters on the new marker location, exactly as your dragend listener specifies. Couldn't see any "loop" effects to begin, but eventually realized your map does not pan correctly when the marker is dragged 'outside'. I guess that's a slightly different manifestation of your complaint, although I've never seen the return-to-original-centre effect at all. Working drag example http://code.google.com/apis/maps/documentation/examples/marker-drag.html Somewhere in one of your 25 javascript files is something interfering with map panning and/or acting unexpectedly on map mouseout. I think you'll have to simplify to track that down. -- You received this message because you are subscribed to the Google Groups "Google Maps API" 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-api?hl=en.
