mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-09 03:01:34 -05:00
[GH-ISSUE #17975] issue: Ctrl+Enter to send message fails in mobile/narrow view on Chrome #121766
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 @CuriousLocky on GitHub (Oct 1, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/17975
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.32
Ollama Version (if applicable)
No response
Operating System
Fedora 42
Browser (if applicable)
Chrome 140.0.7339.207
Confirmation
README.md.Expected Behavior
When setting the
Enter Key BehaviortoCtrl+Enter to Send, after typing a message in input box, pressing ctrl+enter should send the message regardless of browser window size.Actual Behavior
On Chrome, when shrinking the window to mobile/narrow view, ctrl+enter does not send the message but works only as a newline.
This was observed both on Windows and Linux Chrome, while Firefox works as expected. Sometimes this bug almost randomly disappears and reappears.
Steps to Reproduce
Logs & Screenshots
Additional Information
No response
@tjbck commented on GitHub (Oct 2, 2025):
Addressed with
557367cf48@CuriousLocky commented on GitHub (Oct 9, 2025):
@tjbck This issue still persists in 0.6.33