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
- Inconsistent NullReferenceException while connecting Edges in the Graph
- Output Decals URP link in Learning Templates directs to HDRP Lit Decal Documentation
- Performing Undo Redo for Convert to Property action creates a ghost Node
- Crash on GameObject::IsActiveIgnoreImplicitPrefab when opening a specific project
- Default Input Action Asset creates unsaved changes when clicking on Button actions
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.