ui-map icon indicating copy to clipboard operation
ui-map copied to clipboard

Clicks on map pins stops working after a bit

Open getsetbro opened this issue 12 years ago • 4 comments

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.

getsetbro avatar Sep 27 '13 14:09 getsetbro

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

n8m avatar Nov 24 '13 14:11 n8m

I have the same problem.

vysokyj avatar Jan 10 '14 16:01 vysokyj

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...

vysokyj avatar Jan 10 '14 17:01 vysokyj

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

n8m avatar Jan 10 '14 20:01 n8m