Entry/TEntry: keyboard input lost when entering Unicode characters
Steps to reproduce:
$ go run internal/issues/issue1.go &
- Wait for this to appear
- Select the
Entry
orTEntry
input field. - Enter some ASCII character, it appears in the input field.
- Enter some non-ASCII, Unicode character like
Ž
, it does not appear in the input field.
2024-07-18: Forgot to say this is about the linux/amd64 target.
Edited by cznic