element-hq / element-hq/element-web
Add E2E tests of Input Method Editor for CJK languages
- Dominant language
- TypeScript
- Stars
- 13.5k
- Forks
- 2.8k
- PR merge metrics
- PR metrics pending
Description
### Your use case
#### What would you like to do?
Add E2E tests of [IME](https://en.wikipedia.org/wiki/Input_method_editor)s (Input Method Editor) for CJK languages.
#### Why would you like to do it?
Because there is not a test to check IME, though it is necessary to input sentences in CJK languages and a bug like https://github.com/matrix-org/matrix-react-sdk/pull/11016 and https://github.com/vector-im/element-web/issues/25247 is a major UX issue.
#### How would you like to achieve it?
Ideally both proprietary IMEs such as `MS-IME` and free IMEs on Windows, macOS, and Linux distributions should be tested.
I guess testing free IMEs such as [Fcitx](https://en.wikipedia.org/wiki/Fcitx) with Mozc engine should be easier than testing proprietary ones, while the number of the users of proprietary IMEs are much larger.
### Have you considered any alternatives?
_No response_
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.