Closed GoogleCodeExporter closed 9 years ago
if I move the following line at the bottom of the if statement
cAbortEvent(e); // Prevent click from being passed on to map
Like this
google.maps.event.addDomListener(this.eventDiv_, "click", function (e) {
if (me.marker_.getDraggable() || me.marker_.getClickable()) {
if (cIgnoreClick) { // Ignore the click reported when a label drag ends
cIgnoreClick = false;
} else {
google.maps.event.trigger(me.marker_, "click", e);
}
cAbortEvent(e); // Prevent click from being passed on to map
}
}),
The problem is fixed.
Original comment by btran1...@gmail.com
on 7 Apr 2013 at 3:11
Original comment by brett.mc...@gmail.com
on 15 Jul 2013 at 9:54
Original issue reported on code.google.com by
btran1...@gmail.com
on 7 Apr 2013 at 2:56Attachments: