mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 13:25:51 +03:00
[GH-ISSUE #212] Full-width characters in table disappear when scroll it #163
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#163
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 @tmskst on GitHub (Dec 21, 2018).
Original GitHub issue: https://github.com/rivo/tview/issues/212
(When resize the window, these characters appear again)
I found this problem on
f93fbad8f8, Windows 10 + PowerShell@rivo commented on GitHub (Dec 25, 2018):
I can't reproduce this. At least not after the latest commit. Could you please retest this with the latest commit and let me know if you still have that problem?
@tmskst commented on GitHub (Dec 26, 2018):
I retested with the latest commit (
e432b27b03), but this problem still has occurred.According to git bisect,
29458dad3eis the first bad commit(I can't reproduce this problem on
fed6446838).However, on
fed6446838, Full-width characters did not disappear after scrolling, but the characters shifted.@rivo commented on GitHub (Dec 26, 2018):
This appears to be a problem with
tcell. I've opened an issue over there: https://github.com/gdamore/tcell/issues/250@rivo commented on GitHub (Feb 12, 2019):
I'm closing this for now. I will get notified once gdamore/tcell#250 is solved and then I'll make sure it propagates to
tview. (Although I believe nothing needs to be done here anyway.)