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

Clicks on map pins stops working after a bit #24

Open
getsetbro opened this issue Sep 27, 2013 · 4 comments
Open

Clicks on map pins stops working after a bit #24

getsetbro opened this issue Sep 27, 2013 · 4 comments

Comments

@getsetbro
Copy link

Here is a page where clicks on map pins works at first but before long the clicks stop working. Meanwhile, clicks in the list on the left continue to select items on the map.
http://run.plnkr.co/plunks/NFEyH8YDMigAr97vnFDp/
My sample uses angular-1.2.0-rc1 but I get the bug with any version of angular.

@n8m
Copy link

n8m commented Nov 24, 2013

I have the same problem. The UI-event "map-click" stops working after zooming the map.

@vysokyj
Copy link

vysokyj commented Jan 10, 2014

I have the same problem.

@vysokyj
Copy link

vysokyj commented Jan 10, 2014

Problem appears when markers are reloaded. Problem solved changing $scope.markers = $scope.createMarkers(); to if ($scope.markers === undefined) $scope.markers = $scope.createMarkers(); in onMapIdle method.
But I am still unable to reload markers after time period...

@n8m
Copy link

n8m commented Jan 10, 2014

In my case your solution not solve the problem. Click event fires on few markers only..

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

3 participants