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
fix: rewrite QGIS BS4 tab attributes to BS5 before inserting popup HTML
QGIS Server generates data-toggle="tab" (Bootstrap 4 syntax). Bootstrap 5's
data-API only responds to data-bs-toggle="tab", so tabs were never activated.
Replace the attribute in the HTML string before DOM insertion; Bootstrap 5 then
handles tab switching natively, and the manual event-listener workaround is no
longer needed.
0 commit comments