mirror of
https://github.com/rivo/tview.git
synced 2026-04-27 05:45:49 +03:00
[GH-ISSUE #1085] Posible textarea error #787
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#787
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 @manuelacgu on GitHub (Apr 14, 2025).
Original GitHub issue: https://github.com/rivo/tview/issues/1085
Hi, while checking the logs of my application, I noticed that sometimes I get the following error:
runtime error: index out of range [-1]
It seems the bug happens when the application has been running for a long time, so to try to reproduce it, I created an infinite loop that keeps setting values in an input field. I haven’t been able to reproduce the crash, but I did observe a behavior that doesn’t seem quite right…
This value keeps growing endlessly...
Is that behavior expected? Are you aware of the bug I’m referring to?