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

IMEs not working #145

Open
liquidhelium opened this issue Jan 17, 2023 · 2 comments · May be fixed by #204
Open

IMEs not working #145

liquidhelium opened this issue Jan 17, 2023 · 2 comments · May be fixed by #204

Comments

@liquidhelium
Copy link

I tried the demo and found I can't input non-Latin characters since the IME just won't show up.
In egui native & web demos, IME works fine.
platform: Windows, Edge browser (chromium)

@doup
Copy link

doup commented Mar 1, 2023

#149 doesn't fix this. But, I think after 0.10 is released this weekend it'll be possible to fix it with: bevyengine/bevy#7325 (see text_input example in bevy/main).

bevy_egui or the user will need to set:

window.ime_enabled = true;
window.ime_position = ...;

It probably makes sense to do this in bevy_egui so that ime_position is set to the active input field.

@yangzhixiao
Copy link

Very concerned about this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants