-
Notifications
You must be signed in to change notification settings - Fork 14k
Add scrollbar support for the input box #13124
Copy link
Copy link
Labels
area/coreIssues related to User Interface, OS Support, Core FunctionalityIssues related to User Interface, OS Support, Core Functionalityhelp wantedWe will accept PRs from all issues marked as "help wanted". Thanks for your support!We will accept PRs from all issues marked as "help wanted". Thanks for your support!priority/p2Important but can be addressed in a future release.Important but can be addressed in a future release.type/feature🔒 maintainer only⛔ Do not contribute. Internal roadmap item.⛔ Do not contribute. Internal roadmap item.
Metadata
Metadata
Assignees
Labels
area/coreIssues related to User Interface, OS Support, Core FunctionalityIssues related to User Interface, OS Support, Core Functionalityhelp wantedWe will accept PRs from all issues marked as "help wanted". Thanks for your support!We will accept PRs from all issues marked as "help wanted". Thanks for your support!priority/p2Important but can be addressed in a future release.Important but can be addressed in a future release.type/feature🔒 maintainer only⛔ Do not contribute. Internal roadmap item.⛔ Do not contribute. Internal roadmap item.
Type
Fields
Give feedbackNo fields configured for Feature.
What would you like to be added?
add a vertical scrollbar to the input box when the content becomes long, so users can quickly navigate earlier text.
Why is this needed?
When the input becomes lengthy, there is no clear way to quickly navigate back to earlier parts of the text. Users must scroll slowly using the keyboard or mouse, which becomes cumbersome as the text grows.
Additionally, attempting to reach the first character often triggers navigation to the previous message/page, because the scroll position is invisible. This makes it difficult to confirm whether the user is at the top of the current input or has accidentally exited the editing context.
Additional context
No response