mirror of
https://github.com/rivo/tview.git
synced 2026-04-27 05:45:49 +03:00
[GH-ISSUE #705] Application deadlock with very high CPU usage on pressing the Up key in a blank Table #516
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#516
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 @darkhz on GitHub (Mar 7, 2022).
Original GitHub issue: https://github.com/rivo/tview/issues/705
Please treat this as a critical issue. A pull request has been made, see #706.
When a blank Table is:
Table.SetSelectable(true, true))the application immediately deadlocks and incurs extremely high CPU usage.
Here is the code that illustrates the issue
@darkhz commented on GitHub (Mar 7, 2022):
cc @rivo @tslocum(since this might affect cview, please test)
@rivo commented on GitHub (Mar 7, 2022):
Thanks. Should be fixed with the latest commit.