google / mozc

Mozc - a Japanese Input Method Editor designed for multi-platform
Other
2.44k stars 361 forks source link

ゲームで正常に動作しない #739

Closed CRC32EX closed 1 year ago

CRC32EX commented 1 year ago

Description ゲームで正常に動作しません。 正常に動作しないとは以下のような意味です。

ゲームの名前はアラド戦記です。 Microsoft IMEは正常に動作しますがこちらの設定を事前に行う必要があります

Steps to reproduce

  1. ゲームを起動する

  2. Enterキーを押してチャットを表示させる image

  3. 「あ」を入力して変換する(スペースキーを押す) image

Expected behavior Enterキーを押すと変換候補が消える image

Actual behavior Enterキーを押しても変換候補が消えない image

Version or commit-id Mozc-2.28.5085.100+24.11.oss

Environment

Investigations

Additional context

hiroyuki-komatsu commented 1 year ago

Hi CRC32EX,

Thank you for your report with screenshots. It's helpful for us.

Looking at the behaviors and referring the official article by Microsoft, we think it is an issue of the application because the application uses their custom UI for IME. Or, it is possibly an issue of Windows 11. https://jpwinsup.github.io/blog/2021/10/03/UserInterfaceAndApps/LanguageSupport_IME/previous_ime/

Thus, unfortunately, there are probably nothing we can do. Since our code is publicly available, we hope it would be helpful for the application developers for their debugging.

Thank you,