mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 13:25:51 +03:00
[GH-ISSUE #1044] listbox and tree will select wrong node after mouse scroll end #756
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#756
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 @wellcomez on GitHub (Oct 25, 2024).
Original GitHub issue: https://github.com/rivo/tview/issues/1044
remove adjust offset on mouse click #1043
list.go , i have fixed
no need to adjust offset after mouse click . because at this point, offset should be right. no need adjust
treeview.go
it has more complex state management which need you pay more effort to fix it
root cause
@rivo commented on GitHub (Nov 2, 2024):
I'd like to ask you to provide a brief piece of code that reproduces the issue you're facing, along with a meaningful description, instead of a — and I'm sorry to say that — badly documented pull request and issue that simply tells me "what I should do".
I don't even understand what the problem is.
@wellcomez commented on GitHub (Nov 3, 2024):
@ademille commented on GitHub (Apr 9, 2025):
I was just about to write up this same bug. Looks like someone beat me to it.
Here's some simple code to see the problem: