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

CJK input method not works with WASM #2843

Open
4 tasks done
bioinformatist opened this issue Mar 14, 2025 · 1 comment
Open
4 tasks done

CJK input method not works with WASM #2843

bioinformatist opened this issue Mar 14, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@bioinformatist
Copy link

Is your issue REALLY a bug?

  • My issue is indeed a bug!
  • I am not crazy! I will not fill out this form just to ask a question or request a feature. Pinky promise.

Is there an existing issue for this?

  • I have searched the existing issues.

Is this issue related to iced?

  • My hardware is compatible and my graphics drivers are up-to-date.

What happened?

The CJK input methods can not be enabled with text_input or text_edit when compiled into WASM.

The examples/todos can be used to reproduce it. I've checked the PR #2777 which has been merged into master branch.

What is the expected behavior?

The CJK methods can work well.

Version

master

Operating System

Linux

Do you have any log output?

@bioinformatist bioinformatist added the bug Something isn't working label Mar 14, 2025
@kenz-gelsoft
Copy link
Contributor

The input method support of the iced relies on the winit's one, which is the underlying GUI library.

It seems the IME support for winit web backend has not merged nor finished yet.

rust-windowing/winit#1497

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants