vm-bench/frontend/templates
Claus Lohmar 6519fc1cf7 fix: use permanent DOM elements for progress instead of innerHTML reset
innerHTML reset in startSession was destroying #phase-label and
#progress-fill elements, then recreating them with same IDs. XHR
progress events fired asynchronously but getElementById might
return stale references or fail during the DOM update window.

Now #phase-label, #progress-fill, and #session-error are permanent
elements in the static HTML. startSession clears them via
textContent/style instead of innerHTML — no DOM destruction.
showError appends to #session-error instead of #session-status.
2026-07-22 05:19:13 +00:00
..
_analysis.html fix: innerHTML script execution bug — confirm form and polling now work 2026-07-21 18:43:16 +00:00
base.html chore: initial commit — vm-bench frontend + backend 2026-07-21 14:53:29 +00:00
index.html fix: use permanent DOM elements for progress instead of innerHTML reset 2026-07-22 05:19:13 +00:00
polling.html fix: innerHTML script execution bug — confirm form and polling now work 2026-07-21 18:43:16 +00:00