Search Issue Tracker
In Progress
Fixed in 3.1.1
Fix In Review for 3.0.8
Votes
0
Found in [Package]
3.0.7
3.1.0-pre.1
Issue ID
XRIT-244
Regression
No
Cursor stays in front of the first character when entering text in the TextMeshPro field
Reproduction steps:
1. Open the attached “MeshPro.zip” project
2. Open the “Assets/Samples/XR Interaction Toolkit/3.0.7/Spatial Keyboard/KeyboardDemo.unity” Scene
3. Enter the Play Mode
4. Click on any of the Input fields
5. Input the text “test”
6. Observe the Input field
Expected result: The entered text appears in the Input field correctly, displaying “test”
Actual result: After typing, the text displayed in the Input field is “estt”
Reproducible with: 6000.0.32f1, 6000.1.0a8
Not reproducible with: 2021.3.47f1, 2022.3.55f1
Reproducible on: Windows 11
Not reproducible on: No other environment tested
Note: The issue may not reproduce on the first attempt
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
- Keywords on Material Variants aren't automatically saved when changed on original Material through Shader Graph
- Light Probes get baked when calling LightProbes.Tetrahedralize
- Shadows flicker and cause visual artifacts when modifying a GameObject's bounds using Swizzle (Y Mask) and Sine Time nodes
- [WebGL] Frame rate drops by 5-20 fps when moving cursor or touch input in the Player
- Light bleeds when using box shaped spotlight with specific Emission Range values
Resolution Note (fix version 3.1.1):
Fixed issue with input field caret position when using mouse and keyboard input on `XRKeyboardDisplay` input fields. Users will need to reimport the Spatial Keyboard sample to get the updated component script.
Resolution Note (fix version 3.0.8):
Fixed issue with input field caret position when using mouse and keyboard input on `XRKeyboardDisplay` input fields. Users will need to reimport the Spatial Keyboard sample to get the updated component script.