mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[GH-ISSUE #23771] feat: Follow-up Questions - Easy Copy & Expand on hover #35595
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 @zaakiy on GitHub (Apr 16, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/23771
Check Existing Issues
Verify Feature Scope
Problem Description
Follow-up questions in the chat are truncated with ellipsis (...), and the full text only appears in a hover tooltip. While the tooltip preview is helpful for keeping the UI compact, there's no way to copy the full question text, which is frustrating when you need to reference or share a specific follow-up question.
The current workaround would require manually typing out the full text from memory or taking a screenshot, both of which are inefficient.
Desired Solution you'd like
When hovering over a truncated follow-up question, display two small action buttons within or near the text:
Visual example:
Behavior:
Alternatives Considered
The hover + button approach is best because it:
Additional Context
This is a UX/accessibility enhancement. The main pain point is the inability to copy follow-up question text. Expanding inline is a nice-to-have that would benefit users who want to read the full question without hovering.
Reference: See attached screenshot showing the current truncated follow-up questions. The ellipsis (...) indicates text is cut off and not selectable.