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

In windows 2004, IME in DataGridView has some problem #3547

Closed
TempeBrennan opened this issue Jul 9, 2020 · 4 comments
Closed

In windows 2004, IME in DataGridView has some problem #3547

TempeBrennan opened this issue Jul 9, 2020 · 4 comments
Labels
area-IME tracking-external-issue An issue is caused by an external system and won't be fixed in this repo

Comments

@TempeBrennan
Copy link

  • .NET Core Version:

Version: 5.0.0-preview.2.20160.6

  • Have you experienced this same bug with .NET Framework?:

Yes

Problem description:

use this code to create a DataGridView

            var dataGridView1 = new DataGridView();
            dataGridView1.Width = 500;
            dataGridView1.Columns.Add(new DataGridViewTextBoxColumn());
            dataGridView1.Columns.Add(new DataGridViewTextBoxColumn());
            dataGridView1.Columns.Add(new DataGridViewTextBoxColumn());
            this.Controls.Add(dataGridView1);
  1. double click one cell, use jp hiragaga and press k and then press i
    candidate show like this:
    image
  2. click other cell, not double click, press k and i directly.
    candidate change like this:
    image

I can confirm this issue is fine before windows update

version:
os need windows 2004

Expected behavior:
both two case show same candidate

Minimal repro:
both two case show different candidate

Could MS told us this is new IME startegy in DataGridView or will fix it in the next version?

@TempeBrennan
Copy link
Author

TempeBrennan commented Jul 28, 2020

Is there any body else meet this issue?
Using DataGridView

@RussKie
Copy link
Member

RussKie commented Jul 28, 2020

@Olina-Zhang could you please verify?

@Olina-Zhang
Copy link
Member

@Olina-Zhang could you please verify?
@RussKie we can repro this issue on 2004 OS, and cannot repro it on 1909 OS. Please see following gif:
2004 gif:
2004
1909 gif:
1909

@Tanya-Solyanik
Copy link
Member

@TempeBrennan, since this regression is associated with the new windows release, please report it on the windows support site - https://answers.microsoft.com/en-us/windows/

@RussKie RussKie added tracking-external-issue An issue is caused by an external system and won't be fixed in this repo area-IME labels Aug 7, 2020
@RussKie RussKie closed this as completed Aug 7, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Jan 31, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-IME tracking-external-issue An issue is caused by an external system and won't be fixed in this repo
Projects
None yet
Development

No branches or pull requests

4 participants