The Marker Action radio button on the configuration screen /admin/config/services/gmap_location has three options:

1. Do nothing
2. Open info window
3. Open link

When the setting is changed using this radio button and the form is submitted, the behavior of the marker does not change.

The same Marker Action radio button selection can also be found on this settings screen /admin/config/services/gmap_location.

When changing the selection on this configuration screen /admin/config/services/gmap_location, nothing happens.

For example when "Do nothing" is selected, the pin link is still active and provides a popup. The expected behavior is to remove the pin link so that nothing happens when the pin is clicked.

I wish I could point to some errors but I can't seem to locate any.

Comments

greggmarshall’s picture

I am seeing the same behavior, select any one of the 3 options and the info window opens.

Ndesign’s picture

Im getting no difference in the marker as well if I set this radio button to ( do nothing ) in gmap settings and gmap location settings.
The same thing is happening in 7.x-2.x-dev as well.

-is there a workaround to disable the gmap popup bubble e.g. patch?

peacog’s picture

StatusFileSize
new4.44 KB

The code in marker.js doesn't check the Marker action variable (markernode). I've made a start on a patch for 7.x-1.x. This just fixes the "Do nothing" option. There may be more work needed for the other two options.

podarok’s picture

Version: 7.x-1.x-dev » 7.x-2.x-dev
Status: Needs work » Needs review
Issue tags: +Needs manual testing

#3 this one needs manual testing with screenshots added

Status: Needs review » Needs work

The last submitted patch, gmap-marker-action-1272592-3.patch, failed testing.

podarok’s picture

Priority: Major » Normal

#3 this one needs to be rerolled agains latest dev version

Ilikejava’s picture

Is there any resolution or work around to this issue? I had everything working just like I wanted it with Google Maps V2. This marker action issue is significant for me; it really looks terrible.

Thanks

zviryatko’s picture

Assigned: Unassigned » zviryatko
Issue summary: View changes