Search Issue Tracker
Fixed
Fixed in 6000.0.51f1, 6000.1.5f1, 6000.2.0b4, 6000.3.0a1
Votes
1
Found in
6000.0.43f1
6000.1.0b11
6000.2.0a7
6000.3.0a1
Issue ID
UUM-100552
Regression
Yes
[IME]The TextMeshPro input field gets cleared when characters are entered using a Japanese keyboard layout and a suggestion is selected from the composition string window
Reproduction steps:
1. Open the attached "IN-97001" project
2. Set your keyboard method to Japanese Hiragana or Japanese Katakana
3. Open the “SampleScene” Scene
4. Enter Play mode
5. Click on the “Enter text…” input field in the Game window
6. Input the “r” key and then the “e” key
7. Press “Tab” to select any of the composition strings and then press “Enter”
8. Click on the “Enter text…” input field in the Game window
9. Observe the input field
Expected result: The entered text is not cleared
Actual result: The entered text is cleared
Reproducible with: 2023.2.0a14, 6000.0.43f1, 6000.1.0b11, 6000.2.0a7
Not reproducible with: 2021.3.50f1, 2022.3.60f1, 2023.2.0a13
Reproducible on: Windows 11
Not reproducible on: No other environments tested
Note: Selecting one of the composition string suggestions using the mouse does not clear the input field
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
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
- PolySpatial “Trying to set shader on a Material Variant.” error is printed in the console when entering Play Mode
- Error “Shader error in 'YSCloudCover': call to 'tex3D' is ambiguous at Assets/YSCloudCoverText.shader(606) (on d3d11)“ is present when compiling tex3D shader with DXC
- Placeholder asset is not loaded with Advertisement Legacy sample when using the latest version of the package
- Addressables content build fails but the Player build is successful when building a development build
Resolution Note (fix version 6000.3.0a1):
Consume events before they are passed to the TextField when IME is active.
Resolution Note (fix version 6000.2.0b4):
Fix IME issue
Resolution Note (fix version 6000.1.5f1):
Fix IME issue
Resolution Note (fix version 6000.0.51f1):
Fix IME issue