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
- Reference to a deleted GameObject becomes "None" instead of "Missing" when the GameObject is restored with undo after entering and exiting Play Mode
- Size value in Particle System Curve's tab is highlighted with selection across all tab header
- Particle System Curve's Presets window has no visual indication of what preset is selected
- Blur shader doesn't work when the "Scene Color" Node is attached to the UI "Output" Node
- Particle System Curve presets can't be scrolled and some of them can't be selected if window is too narrow to fit them all
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.