Watch out for the new Google Maps V3.4 from March 4th
11 views
Skip to first unread message
Chris C
unread,
Mar 5, 2011, 4:57:42 PM3/5/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jQTouch
They changed the addListener event in the middle of a release.
Earlier V3.4 worked fine for me but now the addEventListener works for
only one of my three maps. Not certain why the other two don't work
yet. The click event never fires for markers I add the even listener
to.
Chris C
unread,
Mar 6, 2011, 2:32:13 AM3/6/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jQTouch
It appears that if your map is not displayed when you add a listener
event, the listener does not get set. A trick is to set draggable=true
until the map is shown, then you can set it back to false. I have
posted a bug report.
Joy
unread,
Mar 6, 2011, 5:30:47 PM3/6/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jQTouch
Thanks! I think this may be related to an issue I was seeing and it
would have taken me forever to figure out (so thanks for the heads
up).