Closed (fixed)
Project:
GMap Module
Version:
7.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Mar 2015 at 22:13 UTC
Updated:
22 Jan 2016 at 11:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Goekmen commentedI had the same problem and reverted back.
Comment #2
mastermindg commentedSame issue, reverting.
Comment #3
summit commentedHi,
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
Comment #4
saranya mohan commentedHai,
I have also an this issue. popup bubbles in not working rc3 version
Comment #5
saranya mohan commentedI had the same problem. if any patches are available ?
Comment #6
pwiniacki commentedsame here
Comment #7
summit commentedHi,
How about to make this a major issue. Is it within those criteria?
greetings, Martijn
Comment #8
cspiker commented#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
Comment #9
morybel commentedFinally!!!! Thank you so much for this patch. Working on 7.x-2.10-rc3+1-dev
Comment #10
rv0 commentedGreat! Works fine
Comment #11
summit commentedyes great, please commit!
Greetings, Martijn
Comment #12
adriaanm commentedPatch from #8 works great!
Comment #13
slpearceThis 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.
Comment #14
pwiniacki commentedconfirmed - bubbles are missing.
EDIT: patch appplied manually fix the issue.
Comment #15
jcohlmeyer commentedConfirmed - 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.
Comment #16
ConradFlashback commentedThanks for the patch.
Please update 7.2.10
Comment #17
jos_s commentedPatch from #8 solved it for me. Thanks!
Comment #18
cspiker commentedRolling updated patch. This one applies to 7.x-2.x and 7.x-2.10.
Comment #19
gto1 commentedHi, All, Can someone explain the basic steps to install the patch? I am unsure where the code block should go.
Thanks.
Comment #20
cspiker commented@gto1: See the "Applying a patch" section here.
Comment #21
erichhaemmerle commentedDo 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?
Comment #22
gto1 commentedThanks @cspiker!
Comment #23
rickgadbois commentedIs 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.
Comment #24
egfrith commentedThe 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 .
Comment #25
wkmit commentedI'm using version "7.x-2.10". The patch at #8 worked for me. Many thanks.
Comment #26
egfrith commentedTo 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.
Comment #27
egfrith commentedComment #28
rickgadbois commentedI 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.
Comment #29
flyke commentedI confirm that patch #18 works (I have latest stable Location version and latest Gmap dev version (7.x-2.x-dev))
Comment #30
Collins405 commentedYep, 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.
Comment #31
apmsooner commentedFor 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.patch4. you should get a message: patching file gmap.module
Comment #32
karolus commentedFound the same issue installing 7.x-2.10. Running patch in #18 fixed it.
Comment #33
apmsooner commentedIf 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.
Comment #34
lowfidelityI 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
Comment #35
hwasem commentedYes, #18 is definitely needed to get the bubbles working. Fixed me right up. Thanks!
Comment #36
Pls commented#18 works great, let's get this in!
Comment #37
nizer commentedAnother confirmation for patch #18. Thx guys!
Comment #38
MatthijsG commentedTHIS 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)
Comment #39
joshmillerIssue 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.
Comment #40
raprieto commented#18 worked for me. Thanks.
Comment #41
slown commentedVersion 7.x-2.10
Bug Fixe -> #18 worked for me. Thanks a lot!
Comment #42
jQN commentedSame here, fix #18 worked with Version 7.x - 2.10. Thank you!
Comment #43
coolestdude1 commentedI can also confirm #18 worked for us.
Comment #44
vinmassaro commentedChanging 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.
Comment #45
jmart commentedThis was brutal. Don't know why the module has not been re-released. Thanks for the patch.
Comment #46
ConradFlashback commentedThis is a major bug, please update the stable version with #18.
Comment #47
diegops commented#8 works perfectly. Thanks!
Comment #48
raymanound commentedI 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?
Comment #49
podarokThanks, merged