Unicode bullet symbol mask causes issues with PasswordInput #55

Open
opened 2021-02-17 19:45:59 +00:00 by makeworld-the-better-one · 1 comment
makeworld-the-better-one commented 2021-02-17 19:45:59 +00:00 (Migrated from gitlab.com)

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.

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.
tslocum added the
bug
label 2021-05-18 15:56:25 +00:00

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.

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.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: tslocum/cview#55
There is no content yet.