mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[GH-ISSUE #24131] feat: Improvement to Usability (Floating Quick Actions) #90938
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 @Ascar699 on GitHub (Apr 25, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24131
Check Existing Issues
Verify Feature Scope
Problem Description
Hello, everyone.
I originally posted this in OpenwebUI subreddit but the post did not get traction there. Perhaps here is a better place to bring the subject up. https://www.reddit.com/r/OpenWebUI/comments/1seu5gb/improvement_to_usability_floating_quick_actions/
I am looking for ways to make chat experience even greater than it is now in OpenWebUI. When I select a text fragment wherever in a chat I get the bubble with 2 actions - Ask and Explain. Asking through this bubble is not easy and convenient - there is no automatic line truncation and the length of the text field to type the question in is very short. If my question is rather long the whole line keeps flowing to the left as I type and I don't see the whole question. Tried Shift-Enter to move to the next line but there is no next line in the question bubble. Shift-Enter is accepted as Enter, so my incomplete question is sent to an LM.
Desired Solution you'd like
I want to ask the OpenwebUI team here change Floating Actions behavior to mimic how this works in ChatGPT and Perplexity.
In ChatGPT and Perplexity you click a button and your selection is copied to the chat window with markdown formatting suggesting to LM that this is what I am asking about. Then you type the question in the standard chat editor and your question is completely in front of your eyes.
I have attached screenshots, they can be seen in the subreddit post also.
Alternatives Considered
No response
Additional Context
No response
@Ascar699 commented on GitHub (May 9, 2026):
@tjbck I see that this has been addressed, big thanks. Still, clicking on the Ask button requires that at at least 1 character needs to be entered into the question and/or hit Enter to copy the selection with markdown formatting to the chat editor. Ideally once the text is selected and Ask button is clicked the copying will happen automatically without any key presses.