Search Issue Tracker
Won't Fix
Votes
0
Found in
2022.3.12f1
Issue ID
UUM-54918
Regression
No
Input Fields lose keyboard focus when the virtual keyboard is moved on Hololens 2
How to reproduce:
1. Open the attached project "KeyboardMRTKTest.zip"
2. Build the project for UWP
3. Open the built Solution
4. Start Debugging with "Debug, ARM64" settings
5. In HoloLens 2 select one of the Input Fields
6. Type "a" with the virtual keyboard
7. Move the virtual keyboard by pinching and moving the edge of the virtual keyboard
8. Repeat step 6
Expected results: The keyboard still types into the previously selected input field
Actual results: The keyboard does not type into any input field
Reproducible with: 2022.3.12f1
Not reproducible with: 2021.3.32f1
Could not test with: 2023.1.19f1 (compilations errors while deploying to HoloLens 2), 2023.2.0b16, 2023.3.0a12 (compilations errors in the Console window)
Reproducible on: HoloLens 2
Not reproducible on: No other environment tested
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
- Inspector elements are rendered twice when the script component is added via drag-and-drop while the HideFlags.HideInInspector property is set
- Error "Light baking failed with error code 5 (Convergence data not available while rendering lightmaps)" thrown in Console when generating lighting for specific GameObjects
- Copy and Paste options for an Animation Property value are disabled in the Right click contextual menu
- Asset is not found when searching the Label "NewLabel" in Search Window
- "Compute dispatch: missing texture ID..." and "Compute dispatch: missing UAV ID..." warnings are thrown after changing the platform in High Definition 3D template
Resolution Note:
The supplied reproduction project is using both the Input Manager and System, but also the older UIInputModule on its EventSystem.
To get the correct behaviour, on the canvas' EventSystem, replace the Standalone Input Module with InputSystemUIInputModule.