Originally created by @CuriousLocky on GitHub (Oct 1, 2025).
Check Existing Issues
I have searched for any existing and/or related issues.
I have searched for any existing and/or related discussions.
I am using the latest version of Open WebUI.
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
I have read and followed all instructions in README.md.
I am using the latest version of both Open WebUI and Ollama.
I have included the browser console logs.
I have included the Docker container logs.
I have provided every relevant configuration, setting, and environment variable used in my setup.
I have clearly listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc).
I have documented step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation. My steps:
Start with the initial platform/version/OS and dependencies used,
Specify exact install/launch/configure commands,
List URLs visited, user input (incl. example values/emails/passwords if needed),
Describe all options and toggles enabled or changed,
Include any files or environmental changes,
Identify the expected and actual result at each stage,
Ensure any reasonably skilled user can follow and hit the same issue.
Expected Behavior
When setting the Enter Key Behavior to Ctrl+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
Install OpenWebUI v0.6.32 with docker
Start OpenWebUI with the default compose.yaml
Use Chrome to open OpenWebUI url with a wide window
Go through setup and change enter key behavior to ctrl+enter to send
Resize the window to a narrow mobile view with folded sidebar
Start a new chat, type a message and press ctrl+enter
A newline is entered instead of sending the message
Logs & Screenshots
(Setting has been configured to ctrl+enter to send)
(Entered a newline after pressing ctrl+enter)
Additional Information
No response
Originally created by @CuriousLocky on GitHub (Oct 1, 2025).
### Check Existing Issues
- [x] I have searched for any existing and/or related issues.
- [x] I have searched for any existing and/or related discussions.
- [x] I am using the latest version of Open WebUI.
### 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
- [x] I have read and followed all instructions in `README.md`.
- [x] I am using the latest version of **both** Open WebUI and Ollama.
- [x] I have included the browser console logs.
- [x] I have included the Docker container logs.
- [x] I have **provided every relevant configuration, setting, and environment variable used in my setup.**
- [x] I have clearly **listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup** (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc).
- [x] I have documented **step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation**. My steps:
- Start with the initial platform/version/OS and dependencies used,
- Specify exact install/launch/configure commands,
- List URLs visited, user input (incl. example values/emails/passwords if needed),
- Describe all options and toggles enabled or changed,
- Include any files or environmental changes,
- Identify the expected and actual result at each stage,
- Ensure any reasonably skilled user can follow and hit the same issue.
### Expected Behavior
When setting the `Enter Key Behavior` to `Ctrl+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
1. Install OpenWebUI v0.6.32 with docker
2. Start OpenWebUI with the default compose.yaml
3. Use Chrome to open OpenWebUI url with a wide window
4. Go through setup and change enter key behavior to ctrl+enter to send
5. Resize the window to a narrow mobile view with folded sidebar
6. Start a new chat, type a message and press ctrl+enter
7. A newline is entered instead of sending the message
### Logs & Screenshots
<img width="874" height="1462" alt="Image" src="https://github.com/user-attachments/assets/6eba7c71-be7e-4ac4-80ae-b4b2281ee894" />
(Setting has been configured to ctrl+enter to send)
<img width="873" height="1458" alt="Image" src="https://github.com/user-attachments/assets/c4224f51-decb-46ff-9adb-b888f02148e8" />
(Entered a newline after pressing ctrl+enter)
### Additional Information
_No response_
GiteaMirror
added the bug label 2025-11-11 16:59:42 -06:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @CuriousLocky on GitHub (Oct 1, 2025).
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