mirror of
https://github.com/rivo/tview.git
synced 2026-04-27 05:45:49 +03:00
[GH-ISSUE #531] [Bug] Selecting highlights with mouse doesn't work properly #387
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#387
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 @normen on GitHub (Nov 19, 2020).
Original GitHub issue: https://github.com/rivo/tview/issues/531
It seems a click on a TextView in a grid layout always selects the topmost visible region.
To reproduce:
Maybe I missed something..?
Cheers,
Normen
@rivo commented on GitHub (Dec 4, 2020):
I tried this but could not reproduce it. Could you please paste a short program that illustrates this?
@normen commented on GitHub (Dec 4, 2020):
Hmm.. You're right, I tried and I couldn't, it worked as expected.. Must be something in my code then o_O Just wondering what - I don't do much different really..
@edlanda commented on GitHub (Mar 4, 2021):
It appears that having a region terminate at EOL triggers this. To reproduce:
@rivo commented on GitHub (Apr 27, 2021):
Thanks, that was helpful. I believe the latest commit should fix this. If it doesn't, please reopen this issue.