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

未確定のローマ字のみ入力時に右矢印やC-aやC-e入力でカーソルが移動しなくなるバグの修正 #67

Merged
merged 3 commits into from
Nov 11, 2023

Conversation

mtgto
Copy link
Owner

@mtgto mtgto commented Nov 9, 2023

普段使いをしていて、次の不具合に気付いたので修正します。#65 #63 のシリーズ。
ちらっとStateMachineのhandleComposing見た感じ、ローマ字のみ入力のときに未確定入力を終了し忘れているのはこれで全部だと思います。

再現手順

  1. ローマ字の一文字目を入力する (下線つきでmarkedTextが表示される)
  2. 右キー or C-a or C-eを入力する (下線つきのローマ字が消失する)
  3. カーソル移動などを行う

想定される挙動

3の操作でカーソルが移動する

実際の挙動

カーソルが移動しない。Backspaceすると動かせるようになる

@mtgto mtgto merged commit 5c0cb89 into main Nov 11, 2023
2 checks passed
@mtgto mtgto deleted the right-bug branch November 11, 2023 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant