dotnet / dotnet/wpf

Korean keystoke is lost when a completion candidate appears in ComboBox.

Open
#3,691 0 comments 0 reactions 0 assignees View on GitHub
Bug
Dominant language
C#
Stars
7.7k
Forks
1.3k
Avg merge
1d 11h
Merged PRs (30d)
61

Description

* .NET Core Version: 3.1.403
* Windows version: 10.0.19041
* Does the bug reproduce also in WPF for .NET Framework 4.8?: Yes

**Problem description:**
When a ComboBox is editable and has some items, if I type something in Korean and a completion candidate appears, the keystroke gets lost. For example, if there is an item "고양이" and I have typed "고양", the moment I type "ㅇ", "이" appears as a candidate, but the stroke "ㅇ" is lost, so if I continue to type "l", it becomes "고양ㅣ".

**Actual behavior:**
Keystroke gets lost.

**Expected behavior:**
Keystroke should not be lost.

**Minimal repro:**
Run the following code, type "고양이".

```



고양이

```
![26-October](https://user-images.githubusercontent.com/10900489/97164823-0fbdea00-17c6-11eb-88bc-253bf85c3f00.gif)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.