mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #1315] bug: Firefox - When using ALT+TAB in maximized openwebui it shows file dialog #12441
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 @peteh on GitHub (Mar 26, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/1315
Bug Report
Description
Bug Summary:
When tabbing out of a maximized firefox window with openwebui in Kubuntu (wayland) and tabbing back, the add files dialog is shown instead of going back to the prompt.
Steps to Reproduce:
Expected Behavior:
Normal Alt tab behavior and back to prompt, not open files dialog
Actual Behavior:
Opens the add file dialog (see screenshots)
Environment
Firefox 124
Reproduction Details
Confirmation:
Logs and Screenshots
Before ALT+TAB

After ALT+TAB:

Browser Console Logs:
[Include relevant browser console logs, if applicable]
Docker Container Logs:
[Include relevant Docker container logs, if applicable]
Screenshots (if applicable):
[Attach any relevant screenshots to help illustrate the issue]
Installation Method
Additional Information
Chrome works without this issue
@NiLon commented on GitHub (Mar 29, 2024):
This is related to https://github.com/open-webui/open-webui/issues/867
Been digging around this little bit and it seems to be somewhat more complicated issue. Still don't have a clue what is causing it. But it could have something to do with Wayland and Firefox interaction. Or it could be some upstream lib that many services are using. Or maybe both.
@peteh commented on GitHub (Mar 29, 2024):
I somehow didn't find this issue when I searched in the issue list.
Should I close this one as a duplicate then?
@tjbck commented on GitHub (Apr 7, 2024):
Still unable to reproduce the issue on my Ubuntu machine, tested with FF 124.0.2. Just added a feature to close the overlay with esc key on our dev branch, hope that helps.
Closing in favour of https://github.com/open-webui/open-webui/issues/867