TextInput renders CJK wide characters as blank or garbled #41
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
kahliburke/Tachikoma.jl#41
Loading…
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?
A focused TextInput does not display Korean characters correctly. The text is stored, but the cursor overwrites part of each two-column glyph.
https://github.com/user-attachments/assets/1b306f3d-01b1-44e7-986e-89158353c3b8
You can reproduce this with the script below.
Copy paste "안녕하세요, 한글 안보여요 12345" and only special characters are visible
Fixed in v2.3.8 (commit
2ddef0f). TextInput now renders wide/CJK glyphs in display-column space with proper lead + pad cells, so text like "안녕하세요, 한글 안보여요 12345" displays correctly. Thanks for the clear repro, @YongHee-Kim!