Closed GoogleCodeExporter closed 9 years ago
I still don't undestand why this happens, but after I removed nearly 90% of the
code I found out that using setPosition is creating the problem.
Over here you can see the same example -> this time I don't use .setPosition
http://jsfiddle.net/hyCKx/2/
The real question now is why do we have this problem when we use setPosition
Original comment by danielsd...@yahoo.fr
on 4 Jul 2013 at 1:52
I've done some testing with this myself and it appears that setPosition()
actually moves the marker AND the infobox together. When you click that second
icon, you are actually overlapping them overtop of each other. I will
investigate further...but I think this is expected behaviour as odd as that
sounds. If you setPosition on the infobox, the marker will move with the box.
If you setPosition on the marker, the infobox will move with it. They are
bound together this way on purpose.
Marking as invalid. If you disagree, feel free to comment and I will re-open
the issue.
Original comment by brett.mc...@gmail.com
on 15 Jul 2013 at 10:33
Original issue reported on code.google.com by
danielsd...@yahoo.fr
on 4 Jul 2013 at 6:14