Search Issue Tracker
Not Reproducible
Votes
0
Found in
Issue ID
1090290
Regression
No
[UWP] When editing in input fields on surface in tablet mode, the keyboard pops in and out.
The on screen touch keyboard keeps popping in and out when editing text in a input field on Surface in tablet mode.
It seems every time a click on the input field happens, it loses focus then regains it really quick, which causes the on-screen keyboard to pop in and out.
Repro:
1. Build UWP project and launch it on a surface (remote debug)
2. Make sure the surface is in tablet mode (detach physical keyboard)
3. Edit text in a input field, especially moving cursor to or selecting different part of the text.
4. Observe the on-screen keyboard.
Expected: The keyboard does not pop in and out when the cursor moves.
Happens in: 2019.1
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [macOS] Project fails to load when Virtual Artifacts are Corrupted
- Long scheduler times on main thread when using InstantiateAsync with a singular massive Prefab
- The project hangs upon opening it when importing the "discrete_rank2_vector_v2_0.onnx" file
- Opening the Look Dev hangs the Editor when the window is opened for the first time in the project or after deleting the Library folder
- Look Dev has blurry icons on 4k monitors
Resolution Note (2019.1.X):
This appears to have been fixed by my OnScreenKeyboard refactor for IME support on NewInput, which I hoped would be the case.