Needs work
Project:
GMap Module
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Dec 2008 at 03:26 UTC
Updated:
4 Nov 2012 at 00:38 UTC
I am using the following GMap and Gmap Location settings:
Marker Manager
- Jef Poskanzer's Clusterer
Marker Action:
- Open info window
When clicking on a cluster, an Info window pops up as expected.
However, the node titles in the info window are not clickable.
The attached patch makes them clickable, by setting the link attribute unconditionally, rather than only in "Marker Action = Open link" mode.
Patch created using "cvs diff" command relative to today's HEAD checkout.
| Comment | File | Size | Author |
|---|---|---|---|
| gmap_location.diff | 727 bytes | pillarsdotnet |
Comments
Comment #1
sol roth commentedThanks, this is exactly what I I needed for the 7.X version as well, using the same clustering choice.
Comment #2
schloosh commentedThis works in D7 on the default map/node display.
However, when I display a custom map through views the pop up window links are not clickable, all the other non-clustered pop ups work as expected.....
Comment #3
schloosh commented#32 here solved my problem
http://drupal.org/node/329281
clustered pop up node titles are now clickable.
Comment #4
podarokplease, provide patch against latest dev