mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #17641] issue: Overlapping Formatting Menus in Rich Text Editor #33879
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 @jake-marsden on GitHub (Sep 22, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/17641
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.6.30
Ollama Version (if applicable)
No response
Operating System
macOS Sequoia
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
When using the rich text editor, the contextual formatting menus should appear based on the user's specific actions, and only one menu should be visible at any given time.
Bubble Menu: A menu for inline text formatting (like bold, italics, etc.) should only appear when the user selects a piece of text.Floating Menu: A menu for adding new content blocks (like headings, lists, etc.) should only appear when the user's cursor is on a new, empty line and no text is selected.These two menus should be mutually exclusive and never appear on the screen at the same time.
Actual Behavior
The
BubbleMenuand theFloatingMenuare rendered and appear on the screen at the same time. This happens when an empty line is selected within the rich text editor. The result is a cluttered user interface where two different menus overlap, creating confusion and a poor user experience.Steps to Reproduce
Logs & Screenshots
Additional Information
No response
@tjbck commented on GitHub (Sep 22, 2025):
Do not update dep packages.