mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #23232] issue: Opening Artifacts preview in one tab auto-expands Advanced Settings on Home in another tab #58591
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ShirasawaSama on GitHub (Mar 30, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/23232
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.8.12
Ollama Version (if applicable)
No response
Operating System
Mac
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
UI state should be isolated per browser tab/session view.
Opening an Artifacts preview in one tab should not automatically expand the Advanced Settings/Controls panel in another tab that is on Home.
Actual Behavior
If I open an Artifacts preview in one browser tab, then open another tab and go to Home, the Home tab automatically expands the Advanced Settings/Controls panel without user action.
Steps to Reproduce
Logs & Screenshots
Additional Information
This appears to be cross-tab UI state leakage/synchronization (possibly shared localStorage/state listeners).
The issue is specifically about tab A (Artifacts action) affecting tab B (Home Advanced Settings panel state).