When clicking on a marker in map/nodes, the whole browser window turns white and nothing else happens. This is with code checked out from HEAD today, and viewing in FF2.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | gmap_location_menu_patch.txt | 691 bytes | mleicester |
When clicking on a marker in map/nodes, the whole browser window turns white and nothing else happens. This is with code checked out from HEAD today, and viewing in FF2.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | gmap_location_menu_patch.txt | 691 bytes | mleicester |
Comments
Comment #1
mleicester commentedI think I had the same problem. Strangely, Firefox chokes much more severely on this error than e.g. Safari. Line 80 reads:
$items['map/node/load/%node/%'] = ...The infowindow JS call uses map/node/load/nid so the above menu item is never used (the path would need a component in position 4 to ever get matched). I think this line should be:
$items['map/node/load/%node'] = ...After making the change don't forget to clear your menu cache at admin/settings/performance.
Patch attached too.
Comment #2
bdragon commentedDuplicate of #298167: GMap location : Open info windows brings problems. Beta6 has the fix.