mirror of
https://github.com/rivo/tview.git
synced 2026-04-27 05:45:49 +03:00
[GH-ISSUE #1011] Text reverted with copy/paste to textfield #730
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#730
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 @abennani82 on GitHub (Jul 24, 2024).
Original GitHub issue: https://github.com/rivo/tview/issues/1011
Hi,
When we copy/paste text from clipboard to a tview textfield, it is not pasted correctly.
Example, copying ABennani from clipboard can paste naniBAen but never ABennani:
Is there any configuration to fix that?
Regards
@rivo commented on GitHub (Jul 24, 2024):
This seems to be an issue with the terminal rather than with
tview. I just tried this on macOS with iTerm2 and theFormdemo:No issues there. Same result with
EnablePasteon or off. Is it turned on for you?https://pkg.go.dev/github.com/rivo/tview#Application.EnablePaste
What terminal are you using? Have you tried it with a different terminal? If so, are you seeing the same issue?