mirror of
https://github.com/rivo/tview.git
synced 2026-04-27 13:55:51 +03:00
[GH-ISSUE #1059] Autocomplete rendering bug? #767
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#767
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 @alfa-alex on GitHub (Nov 29, 2024).
Original GitHub issue: https://github.com/rivo/tview/issues/1059
It was quite hard to reproduce this, so the following might seem a bit artificial, but isn't. The following piece of code is, on purpose, very similar to the autocomplete demo:
If you type "c", "l" and "Backspace", you'll get this:

I hope this little reproducer can help find and fix the bug. If you have any further questions, please let me know!
As a side note, thank you very much for your awesome work on this lib. It's very useful!
@rivo commented on GitHub (Mar 30, 2025):
Thanks for reporting this. The latest commit should fix this.