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
- [Linux] Cannot reorder GameObjects in the Hierarchy when the AI Assistant package is installed
- [iOS] Text Input field stops receiving changes when the "Cancel" button is used on the soft keyboard
- [WebGPU] URP RenderGraph RenderPass doesn't clear textures
- Query Builder items display raw code style names instead of human readable labels in search field
- “+” button does nothing and has no functionality when clicked in Human Template "Bone Template" list
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