dotnet/releases/net472/KnownIssues/504055 - WPF May Not Show T...

17 lines
892 B
Markdown
Raw Normal View History

2018-05-01 05:57:09 +08:00
# WPF May Not Show Touch Keyboard In All Scenarios on Windows 10 April 2018 Update
2018-05-01 00:53:00 +08:00
## Symptoms
2018-05-01 05:57:09 +08:00
In the .NET Framework 4.7.2 running on Windows 10 April 2018 Update, WPF applications may not immediately show the touch keyboard in some specific scenarios. Generally, these involve variations of the following.
2018-05-01 00:53:00 +08:00
1. Tap a text box and note the touch keyboard shows.
2. Tap another text box.
3. Tap the 'X' on the touch keyboard to close it.
4. Tap the text box from step 1 and note the touch keyboard does not show.
## Cause
2018-05-01 05:57:09 +08:00
A WPF change in .NET Framework 4.7.2 is preventing WPF from requesting the touch keyboard show. Due to this, the touch keyboard tracking algorithm in Windows 10 April 2018 Update does not show the
2018-05-01 00:53:00 +08:00
keyboard in all scenarios.
## Resolution
A fix for this issue is available in [KB4103721](https://support.microsoft.com/en-us/help/4103721/windows-10-update-kb4103721).