mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[GH-ISSUE #549] bug: selection changes on textarea viewport change #147
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#147
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 18, 2026).
Original GitHub issue: https://github.com/anomalyco/opentui/issues/549
https://github.com/user-attachments/assets/b85ae67f-1282-4aaf-9659-ad6fb1221e2f
@kommander commented on GitHub (Jan 19, 2026):
Darn, that was probably not test covered and the other changes broke that. Can you reproduce that in a failing test and I'll fix it?
@danolekh commented on GitHub (Jan 20, 2026):
yes sir, I added it to my PR #558 (hope its ok)
I wasnt able to reproduce it using renderOnce, it feels like something in the render loop updates selection based on cursor position when it shouldn't
@danolekh commented on GitHub (Jan 20, 2026):
also, I dont think its a regression,
I was able to reproduce it on
a79281d69ecommit (0.1.63 release, 1mo old)@kommander commented on GitHub (Jan 26, 2026):
This should be fixed now then with #558 ?