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
- Multiple errors occur when setting the Render Object Event to AfterRenderingPostProcessing while using STP for Upscaling
- UnityYamlMerge.exe doesn't correctly handle merge conflicts in modified properties on a prefab variant
- Inconsistent color scheme in "Details" section of "Select Presets" inspector window
- Crash on __pthread_kill when launching Editor via command-line with "-disableManagedDebugger" argument
- [VFX] Deleting “New Group Node” name doesn’t allow to type or add new name
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