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

HTML5 export can't use windows IME #48260

Closed
renleidedadi opened this issue Apr 28, 2021 · 4 comments
Closed

HTML5 export can't use windows IME #48260

renleidedadi opened this issue Apr 28, 2021 · 4 comments

Comments

@renleidedadi
Copy link

Godot version:
v3.3.stable.official

OS/device including version:
Windows 10 19042.928
Browser: Chrome, Edge

Issue description:
Can't use IME in HTML5 export, but can use the IME in desktop export. Hope to use IME in HTML5.

Steps to reproduce:
1.New project
2.add a LineEdit or TextEdit
3.add HTML5 export
4.Run in browser
5.Use windows IME to input content in LineEdit or TextEdit

For example, this is Chinese IME:
GIF 2021-4-28 16-26-11

Minimal reproduction project:
New project, add a LineEdit or TextEdit, add font.

@akien-mga
Copy link
Member

CC @Faless @bruvzg

@Faless
Copy link
Collaborator

Faless commented Apr 28, 2021

Same issue as #45904 .
IME support in browsers is limited to input and textarea. Does not apply to canvas element.

@akien-mga
Copy link
Member

Closing as duplicate of #45904 then (I edited the title to reflect that it also includes IMEs).

@renleidedadi
Copy link
Author

Thanks

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

No branches or pull requests

3 participants