Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix handling of combining characters #7

Closed
kittsville opened this issue Jul 14, 2015 · 2 comments
Closed

Fix handling of combining characters #7

kittsville opened this issue Jul 14, 2015 · 2 comments
Assignees
Labels

Comments

@kittsville
Copy link
Owner

Combining characters are currently added at the end of the textarea, meaning the next character typed is then combined with the combining character. Add a check so that typing a combining character combines it with the last character typed or, if there is no previous character, fails to type the combining character.

@kittsville kittsville added the bug label Jul 14, 2015
kittsville added a commit that referenced this issue Jul 14, 2015
This hopefully completes the IPA keyboard. Handling of the layout by
Chomskey still needs work though, see #7
@kittsville kittsville self-assigned this Jul 22, 2015
@kittsville
Copy link
Owner Author

With #13 closed this issue can now take centre stage

@kittsville
Copy link
Owner Author

Current stumbling hurdle is getting Regex to detect the combining characters at all :/

kittsville added a commit that referenced this issue Aug 27, 2015
Changed font from system to IPA supporting font. This makes #7 redundant
Removed ability to insert text at an offset from insertAtCaret
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant