dotnet / dotnet/wpf

A problem when Korean is typed into a WPF RichTextBox. (Windows11 MS IME)

Open
#7,397 10 comments 1 reaction 1 assignee Claimed by @Kuldeep-MS View on GitHub
Investigate
Dominant language
C#
Stars
7.7k
Forks
1.3k
Avg merge
1d 11h
Merged PRs (30d)
61

Description

* .NET Core Version: .NET Core 3.0, .NET Core 3.1, .NET 5.0, .NET 6.0, .NET 7.0
* Windows version: Windows11 (Build: 22623.1037)
* Does the bug reproduce also in WPF for .NET Framework 4.8?: Yes

**Problem description and Actual behavior:**

1. After selecting the text, when I type in Korean, the input does not work (NotePad is fine).

![Animation](https://user-images.githubusercontent.com/49547202/209766278-ba809ce7-60ea-49ab-b5a8-80db5500418c.gif)

2. When typing Hangul (Korean), there is a problem that it stops(lag) and incorrect typing occurs.

![Animation](https://user-images.githubusercontent.com/49547202/209766054-3c44d407-6c68-4b17-8eee-200d56657f4d.gif)

![image](https://user-images.githubusercontent.com/49547202/209766000-2fffefa8-b245-4a68-a85c-41fb10f0a295.png)

**Expected behavior:**

1. The selected text area should be cleared and replaced with the character I typed.

2. It shouldn't be slow and it types properly.

---

**All issues are not reproducible with the option to use the old IME.**

![Animation](https://user-images.githubusercontent.com/49547202/209767390-7e345308-923b-48e7-874c-7b1c3eb017ad.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.