You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding an element to a custom pane, any associated popup/tooltip should still be added to the default pane for that element, unless it is explicitly overwritten using the pane prop.
This appears to be the default behaviour in Leaflet.
Actual behavior
The popup is added to the same custom pane as the leaflet element. The popup won't display correctly, appearing behind the elements already in the pane.
Steps to reproduce
Clicking the yellow rectangle in the top map of the following bin:
Expected behavior
When adding an element to a custom pane, any associated popup/tooltip should still be added to the default pane for that element, unless it is explicitly overwritten using the pane prop.
This appears to be the default behaviour in Leaflet.
Actual behavior
The popup is added to the same custom pane as the leaflet element. The popup won't display correctly, appearing behind the elements already in the pane.
Steps to reproduce
Clicking the yellow rectangle in the top map of the following bin:
https://www.webpackbin.com/bins/-Kw1QYT2vnFMlRLt8xGe
The bottom map recreates the same example with pure Leaflet, demonstrating the popup being added to the default instead of the custom panel.
The text was updated successfully, but these errors were encountered: