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

Make sure we don't hide the cursor until the IME starts #7673

Merged

Conversation

DHowett
Copy link
Member

@DHowett DHowett commented Sep 18, 2020

Some IME implementations do not produce composition strings, and their
users have come to rely on the cursor that conhost traditionally left on
until a composition string showed up. We shouldn't hide the cursor until
we get a string (as opposed to hiding it when composition begins) so as
to not break those IMEs.

Related to #6207.

Fixes MSFT:29219348

Some IME implementations do not produce composition strings, and their
users have come to rely on the cursor that conhost traditionally left on
until a composition string showed up. We shouldn't hide the cursor until
we get a string (as opposed to hiding it when composition begins) so as
to not break those IMEs.

Fixes MSFT:29219348
@DHowett
Copy link
Member Author

DHowett commented Sep 18, 2020

/cc @j4james

I had to revert a little bit of your niceness from #6207. Not much of it!

src/host/convarea.cpp Outdated Show resolved Hide resolved
src/host/convarea.cpp Outdated Show resolved Hide resolved
@DHowett
Copy link
Member Author

DHowett commented Sep 18, 2020

@msftbot merge this in 3 minutes

@ghost ghost added the AutoMerge Marked for automatic merge by the bot when requirements are met label Sep 18, 2020
@ghost
Copy link

ghost commented Sep 18, 2020

Hello @DHowett!

Because you've given me some instructions on how to help merge this pull request, I'll be modifying my merge approach. Here's how I understand your requirements for merging this pull request:

  • I won't merge this pull request until after the UTC date Fri, 18 Sep 2020 19:07:48 GMT, which is in 3 minutes

If this doesn't seem right to you, you can tell me to cancel these instructions and use the auto-merge policy that has been configured for this repository. Try telling me "forget everything I just told you".

@ghost ghost merged commit ef83aa3 into master Sep 18, 2020
@ghost ghost deleted the dev/duhowett/sometimes_the_ime_is_bad_and_sometimes_you_are_bad branch September 18, 2020 19:25
@j4james
Copy link
Collaborator

j4james commented Sep 18, 2020

I had to revert a little bit of your niceness from #6207. Not much of it!

My own fault for being overzealous with the refactoring. Sorry for breaking things.

@DHowett
Copy link
Member Author

DHowett commented Sep 18, 2020

Never a problem! You can't make an omelette without breaking a few lions.

DHowett added a commit that referenced this pull request Sep 18, 2020
Some IME implementations do not produce composition strings, and their
users have come to rely on the cursor that conhost traditionally left on
until a composition string showed up. We shouldn't hide the cursor until
we get a string (as opposed to hiding it when composition begins) so as
to not break those IMEs.

Related to #6207.

Fixes MSFT:29219348

(cherry picked from commit ef83aa3)
DHowett added a commit that referenced this pull request Nov 16, 2020
Make sure we don't hide the cursor until the IME starts (#7673)

Some IME implementations do not produce composition strings, and their
users have come to rely on the cursor that conhost traditionally left on
until a composition string showed up. We shouldn't hide the cursor until
we get a string (as opposed to hiding it when composition begins) so as
to not break those IMEs.

Related to GH-6207.

Fixes MSFT-29219348
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AutoMerge Marked for automatic merge by the bot when requirements are met
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants