[openstreetmap/openstreetmap-website] Confirmation popup for Overpass API export (PR #6411)

mmd notifications at github.com
Wed Sep 24 20:17:41 UTC 2025


@mmd-osm commented on this pull request.



> @@ -37,6 +37,55 @@ OSM.Export = function (map) {
     validateControls();
   }
 
+  async function showConfirmationModal(message) {
+    return new Promise((resolve) => {
+      const modalHtml = `

This seems to be a fairly well known issue: https://stackoverflow.com/questions/10636667/bootstrap-modal-appearing-under-background has tons of upvotes. I'm using this trick now: https://stackoverflow.com/a/15780841/3501889

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6411#discussion_r2376964629
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/pull/6411/review/3264571732 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20250924/4ae86e73/attachment-0001.htm>


More information about the rails-dev mailing list