-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
日本語入力中にescで変換キャンセルしたとき投稿ダイアログまで閉じてしまわないようにする #10866
Labels
✨Feature
This adds/improves/enhances a feature
Comments
1 task
5 tasks
私の環境だと再現出来ないのですが、どのような状態でしょうか…? |
@Sayamame-beans 画面動画、これだとEscキーを押したことがわかりにくいですが一枚目はChrome+ATOK、二枚目はSafari+標準日本語キーボードです。 2024-10-19.23.09.41.mov2024-10-19.23.11.33.mov |
なるほど… |
5 tasks
Closed
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
日本語入力中、入力した未確定文字を全部取り消すにはescキーを押しますが、
このescキーイベントはJSにも拾われて投稿ダイアログが閉じてしまいます。
■こうなってほしい
compositionstart イベントで日本語変換セッションを検知したら、セッション終了のcompositionendが発生するまではescキーによるダイアログクローズをスキップする
The text was updated successfully, but these errors were encountered: