Florian Bischof
Florian Bischof
@rafaelgalani can you please resolve the suggestions
> And question: do we have recursive processing for getBounds only? Same here: #7273
Is it displayed if you open it directly? ``` marker.bindPopup('Marker showed').openPopup(); ```
After closing a popup with the close button, the focus should go back to the marker of the popup
You need to open a Terminal in the root of your project and run `npm run watch` which generates the `leaflet-src.js` file in the `dist` folder. For testing you can...
@GhadaAJIMI please look into: https://stackoverflow.com/a/71176793/8283938
Both makes the useage of popup and tooltip standalone easier, this is theier relation
@jonkoops it only needs a review from another maintainer like many other PRs. If you could do the review it would be great
@Malvoz if I remove `href='#'` and add `tabindex='0'` the control can't be used anymore with the keyboard. When I move with tab to the zoom control, it will be not...
> I am facing an issue with close popup buttons in a SPA using Aurelia framework. The app tries to navigate to the href="#close" route and displays the 404 page....