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
- Scene Filter buttons reset to "All" in the Occlusion Window when entering Play Mode but the Scene Filters themselves do not reset
- Transition property is not disabled in the UI Builder when it is set by a variable
- Crash on PersistentManager::GetSerializedType when opening a specific Scene
- GlobalObjectId.GetGlobalObjectIdSlow returns empty ID when in Prefab Isolation Mode
- Crash on Transform::RemoveFromParent when deleting a child GameObject
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.