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

Terminal doesn't accept input via IME #124

Closed
Tyriar opened this issue Jun 11, 2016 · 5 comments
Closed

Terminal doesn't accept input via IME #124

Tyriar opened this issue Jun 11, 2016 · 5 comments
Labels
type/bug Something is misbehaving

Comments

@Tyriar
Copy link
Member

Tyriar commented Jun 11, 2016

Using Ubuntu 16.04 native Korean IME the terminal just enters the English characters.

@Tyriar
Copy link
Member Author

Tyriar commented Jun 11, 2016

I think this is the case because of the removal of the textarea.

@Tyriar
Copy link
Member Author

Tyriar commented Jun 13, 2016

@parisk please comment when you get a chance, I'm not sure IMEs will work without the <textarea>.

@parisk
Copy link
Contributor

parisk commented Jun 14, 2016

Is there any way to detect when the Korean IME gets enabled? We could lease the contentEditable attribute.

@parisk parisk added the type/bug Something is misbehaving label Jun 14, 2016
@Tyriar
Copy link
Member Author

Tyriar commented Jun 14, 2016

@parisk it would probably work with contenteditable, however it would probably need to be on constantly. Note that this will probably happen with all IMEs, so many languages won't be able to be input by conventional means right now.

@Tyriar
Copy link
Member Author

Tyriar commented Jun 24, 2016

Another option if we really don't want to go back to the textarea is to provide some command that would popup and allow input into a regular <input> for IMEs. Not ideal though.

@Tyriar Tyriar changed the title Terminal doesn't accept Korean input via IME Terminal doesn't accept input via IME Jul 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something is misbehaving
Projects
None yet
Development

No branches or pull requests

2 participants