Skip to content

Commit edba503

Browse files
authored
Update and rename file
1 parent 58e7ea6 commit edba503

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# WPF May Not Show Touch Keyboard In All Scenarios on Windows 10 Spring Creators Update
1+
# WPF May Not Show Touch Keyboard In All Scenarios on Windows 10 April 2018 Update
22

33
## Symptoms
4-
In the .NET Framework 4.7.2 running on Windows 10 Spring Creators Update, WPF applications may not immediately show the touch keyboard in some specific scenarios. Generally, these involve variations of the following.
4+
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.
55

66
1. Tap a text box and note the touch keyboard shows.
77
2. Tap another text box.
88
3. Tap the 'X' on the touch keyboard to close it.
99
4. Tap the text box from step 1 and note the touch keyboard does not show.
1010

1111
## Cause
12-
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 Spring Creators Update does not show the
12+
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
1313
keyboard in all scenarios.
1414

1515
## Resolution
16-
This will be fixed in an upcoming update for Windows 10 Spring Creators Update.
16+
This will be fixed in an upcoming update for Windows 10 April 2018 Update.
1717

1818
In the meantime, users can tap another text box within the application or they can explicitly tap the touch keyboard button on the start bar to ensure the keyboard shows.

0 commit comments

Comments
 (0)