Hi, What browser are you seeing the drag problem with polys?
It is on purpose that click events do not get to the map if the poly is clickable. Polys now behave the same as markers in this regard. It is a bug that setting clickable to false in the Poly options does not cause the click to be propagated to the map. We'll get that fixed. -Susannah On Jul 15, 4:19 pm, evil853 <[email protected]> wrote: > In the past day or so changes made to the API have broken event > propagation in relation to polygons. > > Clicking and dragging (mousedown) while over a polygon no longer pans > the map. A mouseup will cause the map to jump to it's new position. > > Try dragging the map with cursor over polygon using API > v3:http://code.google.com/apis/maps/documentation/javascript/examples/po...http://appleton-static.appspot.com/static/poly_phillipines.html > > It used to work like this, API > v2:http://www.geocodezip.com/holidaymullandiona_firstmapD.asp > > Other events, such as the 'click' MapsEventListener do not get past > the polygon as they did previously. > > example: > google.maps.event.addListener(map, 'click', function(e) { .. }); does > not work when over a polygon. > > The 'clickable' PolygonOption does not have any effect on either of > the actions mentioned above. > > Any help would be appreciated. > thanks. -- 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.
