Closed mukil closed 8 years ago
This bug was introduce by ourselves in line 98 in the attempt to patch removal of elements from map. DOM Removal of annotated Marker and Popup elements is now properly (wrapped). Subsequently these elements appear in position on map also after receiving an update (e.g. zooming).
An internal leaflet code does not seem to select the corresponding
div
element by className but by assuming that the element totransform
is always a first-level child of theleaflet-popup-pane
.At first sight, two simple solutions might do the trick (give Popup correct position on map after zooms):
div
element (but placing the markup inside of it)We'll see which way we go and may be there is another solution.