Closed (fixed)
Project:
Facebook Connect
Version:
5.x-1.0-beta2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Apr 2009 at 00:17 UTC
Updated:
21 Mar 2010 at 15:15 UTC
After enabled FBConnect module, the GMap module's google map maker does not show up.
After disabled FBConnect module, the GMap module's google map maker show up fine.
Is it the FBConnect Javascript has some problem, so the GMap javascript cannot run?
Comments
Comment #1
gweiner commentedWe are having the same problem with this module stopping markers from rendering. The only ways we have fixed other FB problems caused by javascript errors is by targeting pages to load without the fb js file in our admin theme.
Comment #2
Miles Ulrich commentedGrabbing changes from the 6.x module seems to have fixed this problem on our site (as well as the breaking of other drag & drop functionality). The changes from 6.x are around the inclusion of FeatureLoader.js
In fbconnect.module:
and...
Comment #3
vectoroc commented