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

• Fix errors caused by rapidly pressing the spacebar in Microsoft Input Method #2

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

w-sx
Copy link
Contributor

@w-sx w-sx commented Nov 22, 2024

When using Microsoft IME to input Chinese characters, rapidly pressing the spacebar after the candidate list updates may cause the edit box to become unresponsive to cursor movement events.

This issue occurs because the addon, after unbinding the gestures event from the edit box, inadvertently rebinds the gestures event due to a delayed refresh of the candidate list.

Therefore, an inputEnd event has been added to determine the input state.

Oh my god, I swear Microsoft IME is so difficult to work with.

@cary-rowen
Copy link
Contributor

LGTM

@cary-rowen cary-rowen merged commit b563993 into nvdacn:master Nov 22, 2024
2 checks passed
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.

2 participants