mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #16047] issue: Chat input field height subtly changes when "Rich Text Input for Chat" is toggled #33294
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 @silentoplayz on GitHub (Jul 26, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16047
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.18 (
5fbfe2bdca)Ollama Version (if applicable)
v0.9.5 (
5d8c173529)Operating System
Ubuntu 24.04.2 LTS
Browser (if applicable)
Mozilla Firefox Debian Package (mozilla-deb - 1.0) v141.0 (64-bit)
Confirmation
README.md.Expected Behavior
The height of the chat input field should remain consistent and stable in the UI, regardless of whether the "Rich Text Input for Chat" setting is toggled on or off.
Actual Behavior
When the "Rich Text Input for Chat" setting is toggled (switched from on to off, or off to on), the height of the chat input field subtly changes. This causes a minor, noticeable vertical shift in the height of the chat input field.
Steps to Reproduce
Toggle on and then off the
Rich Text Input for Chatoption in the user settings menu. Observe the chat input field subtly changing in height when toggled on compared to toggled off.Logs & Screenshots
Rich Text Input for ChattoggledON:Rich Text Input for ChattoggledOFF:Additional Information
This is a minor visual inconsistency and does not affect the functionality of the chat input or the rich text features. The height change is very subtle, likely only by less than 100 pixels.
@tjbck commented on GitHub (Jul 30, 2025):
Addressed with 0763d8e9b9b4e54bdf2565677908554a9cd9c899!
@silentoplayz commented on GitHub (Jul 30, 2025):
I don't believe this did the trick. There's still a subtle height change with the chat input field when
Rich Text Input for Chatgets toggled on (and even theSend a Messagetext turns more gray with it on).