Skip to content
This repository has been archived by the owner on May 25, 2019. It is now read-only.

Multiple call to a button function inside a uiMapInfoWindow #23

Open
jmaynier opened this issue Sep 25, 2013 · 4 comments
Open

Multiple call to a button function inside a uiMapInfoWindow #23

jmaynier opened this issue Sep 25, 2013 · 4 comments

Comments

@jmaynier
Copy link

Hi,

I have markers on a map, that open an InfoWindow on click. Each InfoWindow contains a button.
To reproduce the bug:
open an InfoWindow and click on the button, the function callback is called once => OK
Click on another marker => the InfoWindow is closed, another one is opened
Click on the button, then the callback function is called twice => Bug

http://plnkr.co/edit/x71d9jZ7vL5TRTWBdK40?p=preview

@maocast
Copy link

maocast commented Dec 10, 2013

And the pattern continues. Every time you call click on a button, it is incremented by 1. 2->2 callbacks, 3->3 callbacks, 4->4 callbacks.... etc....

@ddimitriou
Copy link

I'm having the same problem too..

@elpeyotl
Copy link

elpeyotl commented Apr 9, 2016

Hello
Was this problem solved? I have exactly the same problem and did not find any solution yet
Thanks for getting back!

@elpeyotl
Copy link

Really nobody has an answer on this? What was your workaround guys? Did you forget the plugin and chose a new one or is there any clue you can give me? Really appreciate!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants