Unicode bullet symbol mask causes issues with PasswordInput #55
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: tslocum/cview#55
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
When trying to use password input in a form, the current character selector gets messed up if U+2022 (•) is used as the
mask
. It works fine if an ASCII character like*
is used.Thanks for reporting this. This is caused by InputField having a cursor and offset in bytes rather than characters.
Resolving this will help with implementing #59.