I have just updated from 7.x-2.10-rc2 to 7.x-2.10-rc3 to fix the issue with ignoring the hex numbers on lines, but now the clickable icons no longer bring up the pop up bubbles on the map.

Reverting back to 7.x-2.10-rc2 brings the pop up bubbles back.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Goekmen’s picture

I had the same problem and reverted back.

mastermindg’s picture

Same issue, reverting.

Summit’s picture

Hi,
This is still an issue with latest .dev. Reverting is not a solution but a fallback scenario, right?
Anyone knows what the difference is within rc2 and rc3 that the popup bubbles are not showing anymore?

greetings, Martijn

saranya mohan’s picture

Hai,

I have also an this issue. popup bubbles in not working rc3 version

saranya mohan’s picture

I had the same problem. if any patches are available ?

pwiniacki’s picture

same here

Summit’s picture

Hi,
How about to make this a major issue. Is it within those criteria?
greetings, Martijn

cspiker’s picture

Status: Active » Needs review
FileSize
484 bytes

#1541324: The marker action 'open link' does not work broke the info popup functionality. Here's a patch to revert to the previous functionality. Even after reverting the functionality I can't reproduce the problem reported in #1541324.

Note: patch works on 2.x and 2.10-rc3

morybel’s picture

Finally!!!! Thank you so much for this patch. Working on 7.x-2.10-rc3+1-dev

rv0’s picture

Great! Works fine

Summit’s picture

Status: Needs review » Reviewed & tested by the community

yes great, please commit!
Greetings, Martijn

adriaanm’s picture

Patch from #8 works great!

slpearce’s picture

This became a problem for me again when updating to the new 7x.2.10, so the recent version didn't fix it. Same patch basically works, except it starts at line 1001.

pwiniacki’s picture

confirmed - bubbles are missing.

EDIT: patch appplied manually fix the issue.

jcohlmeyer’s picture

Confirmed - bubbles are missing for me again in 7.x.2.1.0 and the patch fixed the issue.

Should a test be made to make sure that this is not broken again in the future.

ConradFlashback’s picture

Thanks for the patch.
Please update 7.2.10

jos_s’s picture

Patch from #8 solved it for me. Thanks!

cspiker’s picture

Version: 7.x-2.10-rc3 » 7.x-2.x-dev
Status: Reviewed & tested by the community » Needs review
FileSize
486 bytes

Rolling updated patch. This one applies to 7.x-2.x and 7.x-2.10.

gto1’s picture

Hi, All, Can someone explain the basic steps to install the patch? I am unsure where the code block should go.

Thanks.

cspiker’s picture

@gto1: See the "Applying a patch" section here.

SoCalErich’s picture

Do we have a rough ETA when this patch will be rolled into the next release so we can just update the module instead of needing to apply the patch?

gto1’s picture

Thanks @cspiker!

rickgadbois’s picture

Is there a way to revert using the drupal ui?
I just strarted learning drupal this week and have a site up - and have not yet delved into any code.
I'd like to press a button to revert and get my bubbles back - if possible.
Thank You.

egfrith’s picture

The patch here didn't work for me, but it turned out I had a subtly different issue: #2478267: Info Bubble not showing only "loading" on map/node .

wkmit’s picture

I'm using version "7.x-2.10". The patch at #8 worked for me. Many thanks.

egfrith’s picture

To clarify, I experienced no problem when using the map produced at map/node. However, I did encounter the issue with the missing bubbles when using gmap views, and the patch at #18 fixed this issue for me.

egfrith’s picture

Title: Bubbles missing on latest dev. » Bubbles missing from gmap view
Status: Needs review » Reviewed & tested by the community
rickgadbois’s picture

I lost my bubbles too. Is there a way to apply the patch from the 'add new module' UI? I am new to drupal and am not even sure where or how to run git from as it is installed on my paid hosting service. Alternatively, a pointer to where I type in git commands to get them to work on my host installation would be even better.

flyke’s picture

I confirm that patch #18 works (I have latest stable Location version and latest Gmap dev version (7.x-2.x-dev))

Collins405’s picture

Yep, 18 works perfectly. Thanks.

@rickgadbois When a patch is as simple as this, its easier to do it manually. Take a look at the patch file in comment #18, its telling you to to remove a line (-) and replace it with 3 others (+). Go to your modules folder, open the gmap folder and edit the gmap.module file on line 1004, making the changes the patch tells you to.

Alternatively, go to https://www.drupal.org/patch/apply and learn to do it properly.

apmsooner’s picture

For quick explanation of applying the patch:
1. save patch as file in module directory
2. from command line, go to module directory, you should see patched file there
3. type in command line: patch -p1 < bubbles_missing_on-2445429-18.patch
4. you should get a message: patching file gmap.module

karolus’s picture

Version: 7.x-2.x-dev » 7.x-2.10
Status: Reviewed & tested by the community » Needs work

Found the same issue installing 7.x-2.10. Running patch in #18 fixed it.

apmsooner’s picture

Status: Needs work » Reviewed & tested by the community

If we are confirming the patch in #18 works.... lets set this to RTBC rather than needs work so we can get it into next release.

paper boy’s picture

I had the same problem with 7.x-2.10+2-dev. Applying the patch from #18 fixed it for me. I also used the patch supplied in this thread https://www.drupal.org/node/2478267

hwasem’s picture

Yes, #18 is definitely needed to get the bubbles working. Fixed me right up. Thanks!

Pls’s picture

#18 works great, let's get this in!

nizer’s picture

Another confirmation for patch #18. Thx guys!

MatthijsG’s picture

THIS WAS BUGGING ME FOR HOURS .. BUT THE PATCH IN #18 IS SAVING THE DAY

(Yes, it's today Capslockday, so i'm allowed to type in capitals ;-) )

Now i've a clickable bubble. For someone interested, here are my View-settings. This would be enough for a starting point: https://www.ostraining.com/blog/drupal/gmap/
format > gmap
field > only title (!)

Settings gmap:
- datasource: location module
- marker handle: by content type (see /admin/config/services/gmap_location)
- on: display tooltip hovering
- on: display a pop-up bubble (you can tweak this further with fields and rewrite etc etc)

joshmiller’s picture

Issue corrected a problem on a live site with the google map views. Applies cleanly to 7.x-2.x. Get this patch into stable, please :) Leaving RTBC and formally committed #18 to our live repo of required patches.

raprieto’s picture

#18 worked for me. Thanks.

Slown’s picture

Version 7.x-2.10
Bug Fixe -> #18 worked for me. Thanks a lot!

jQN’s picture

Same here, fix #18 worked with Version 7.x - 2.10. Thank you!

coolestdude1’s picture

I can also confirm #18 worked for us.

vinmassaro’s picture

Priority: Normal » Major

Changing the priority on this to 'Major' since it is a regression caused by the change in #1541324: The marker action 'open link' does not work.

jmart’s picture

This was brutal. Don't know why the module has not been re-released. Thanks for the patch.

ConradFlashback’s picture

This is a major bug, please update the stable version with #18.

diegops’s picture

#8 works perfectly. Thanks!

raymanound’s picture

I have applied this patch and the bubbles do show up but the options of marker action seem no different.

Is it functional in a right way?

podarok’s picture

Version: 7.x-2.10 » 7.x-2.x-dev
Status: Reviewed & tested by the community » Fixed

Thanks, merged

  • podarok committed 4579045 on 7.x-2.x authored by cspiker
    Issue #2445429 by cspiker, Summit, egfrith, apmsooner, Collins405, gto1...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.