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

Character duplication when attempting to insert diacritic on macOS #3546

Closed
kevinushey opened this issue Jan 30, 2018 · 2 comments
Closed

Character duplication when attempting to insert diacritic on macOS #3546

kevinushey opened this issue Jan 30, 2018 · 2 comments
Labels

Comments

@kevinushey
Copy link
Contributor

On macOS, it's possible to insert diacritics on the press and hold of a keyboard button when the ApplePressAndHoldEnabled option is on (which I believe it is by default). For example, one could insert į by holding down the I key, and then pressing 5.

When performing this action in the Ace Kitchen Sink + Safari 11.0.2, I see that an initial i is inserted (which appears to be the expected behavior in all applications), but the newly inserted į following does not remove the original i. See e.g.

diacritic

In case you want to try testing yourself but see the character repeated instead of a diacritic menu being shown, you can run

defaults write -g ApplePressAndHoldEnabled -bool true

in the terminal, and then restart Safari and re-navigate to the Ace kitchen sink.

@nightwing nightwing added the ime label Apr 17, 2018
@nightwing
Copy link
Member

This should be fixed by #3635, please let us know if you still can reproduce this on http://ace.c9.io. Thanks.

@kevinushey
Copy link
Contributor Author

I can confirm that this appears to be fixed. Thanks!

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

2 participants