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
- Not all animation properties are accessible when a prefab with an avatar model contains a nested copy of itself with a renamed GameObject
- "nameFileIdTable" entry changes in the .meta file when reimporting a texture while the "Default Behaviour Mode" is set to 2D
- onRemoveCallback is not called when removing an element from the ReoderableList using contextMenu
- Cloud Diagnostics dashboard leads to a "Page not found" page when clicking the "Go to Dashboard" link in Project Settings Cloud Diagnostics tab
- Project Settings Package Manager dropdown button text becomes offcentered when any new package is installed
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.