Closed (fixed)
Project:
GMap Module
Version:
7.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
13 May 2013 at 11:19 UTC
Updated:
12 Feb 2015 at 12:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
biosonic commentedI quickly solved this problem like this:
Comment #2
alcroito commentedThe problem was introduced in #1399248: GMap jquery behaviour needs detach functionality. when the detach function was implemented.
It unloads the map objects, but forgets to remove the gmap-processed class.
Once the attach function is called after an ajax update, all maps still have "gmap-processed" class added, so the code does not initialize the maps again.
Comment #3
alcroito commentedAttaching patch that solves the problem, by removing the 'gmap-processed' class when the detach handler is called.
Comment #4
alcroito commentedComment #5
podarokcommited, thanks
Comment #7
podaroktagged https://www.drupal.org/node/2416419 new rc release