Werk #9578: Fix stuck "Loading..." overlay when navigating back
| Component | Firmware |
| Title | Fix stuck "Loading..." overlay when navigating back |
| Date | Jul 17, 2026 |
| Level | Trivial Change |
| Class | Bug Fix |
| Compatibility | Compatible - no manual interaction needed |
| Appliance Version | 1.7.22 |
The web configuration shows a "Loading..." overlay while navigating from one page to another, but it was only hidden again by the next page rendering. When navigating back with the browser, the previous page is restored from the back-forward cache exactly as it was left - with the overlay still visible - and is not re-rendered, so "Loading..." stayed on screen until a manual reload.
The overlay is now hidden whenever a page is shown, including when it is restored from the back-forward cache.