-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Long text is not scrolling inside the input #3885
Copy link
Copy link
Open
Labels
area:input-keyboardKeyboard shortcuts, keybindings, copy/paste, clipboard, mouse, and text inputKeyboard shortcuts, keybindings, copy/paste, clipboard, mouse, and text inputarea:terminal-renderingDisplay and rendering: flickering, scrolling, line wrapping, output formattingDisplay and rendering: flickering, scrolling, line wrapping, output formatting
Description
Metadata
Metadata
Assignees
Labels
area:input-keyboardKeyboard shortcuts, keybindings, copy/paste, clipboard, mouse, and text inputKeyboard shortcuts, keybindings, copy/paste, clipboard, mouse, and text inputarea:terminal-renderingDisplay and rendering: flickering, scrolling, line wrapping, output formattingDisplay and rendering: flickering, scrolling, line wrapping, output formatting
Type
Fields
Give feedbackNo fields configured for Bug.
Describe the bug
When the textarea contains enough content to overflow, scrolling with the mouse wheel/trackpad does not scroll inside the textarea. Instead, the outer chat view/page scrolls, which makes editing longer prompts difficult.
Affected version
1.0.63
Steps to reproduce the behavior
Expected behavior
The textarea should capture the scroll event and scroll its own content while the pointer is focused/hovering over it.
Additional context
OS: MacOS 15.7.7
Terminal emulator: Terminal
Shell: zsh