mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 04:55:58 +03:00
[GH-ISSUE #521] bug: weird select behaviour when textarea is scrollable #905
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#905
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @danolekh on GitHub (Jan 14, 2026).
Original GitHub issue: https://github.com/anomalyco/opentui/issues/521
when trying to go through different edge cases for #518 feature
i've stumbled on annoying behaviour: when you are in select mode (shift is toggled) and move your cursor to position off the visible textarea content, it doesn't behave normally
here is an example with shift and cmd+arrow keys:
when textarea is scrollable, it doesn't work as expected
when the whole content is fully contained within visible textarea content, it it works as expected
https://github.com/user-attachments/assets/204d14f2-66fa-4cb1-8647-b70fa3efe942
@danolekh commented on GitHub (Jan 14, 2026):
i think i have a fix for this
it was written mostly by claude so im ready for anything
https://github.com/user-attachments/assets/7a61e7f2-6a87-4cbf-843f-b760d9619f76
@kommander commented on GitHub (Jan 18, 2026):
This should be fixed now?
@danolekh commented on GitHub (Jan 18, 2026):
it is! ty