We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
日本語入力中、入力した未確定文字を全部取り消すにはescキーを押しますが、 このescキーイベントはJSにも拾われて投稿ダイアログが閉じてしまいます。
■こうなってほしい
compositionstart イベントで日本語変換セッションを検知したら、セッション終了のcompositionendが発生するまではescキーによるダイアログクローズをスキップする
The text was updated successfully, but these errors were encountered:
私の環境だと再現出来ないのですが、どのような状態でしょうか…? (こちらの環境はWindows10で、Google日本語入力とMicrosoft IMEで確認しました)
Sorry, something went wrong.
@Sayamame-beans 試してみたのですが、WindowsだとATOKでもMS IMEでもこの問題は発生しませんね。 Macだと、標準日本語でもATOKでも、またChromeでもSafariでもこうなってしまいます。
画面動画、これだとEscキーを押したことがわかりにくいですが一枚目はChrome+ATOK、二枚目はSafari+標準日本語キーボードです。
なるほど…
Successfully merging a pull request may close this issue.
Summary
日本語入力中、入力した未確定文字を全部取り消すにはescキーを押しますが、
このescキーイベントはJSにも拾われて投稿ダイアログが閉じてしまいます。
■こうなってほしい
compositionstart イベントで日本語変換セッションを検知したら、セッション終了のcompositionendが発生するまではescキーによるダイアログクローズをスキップする
The text was updated successfully, but these errors were encountered: