Search Issue Tracker
In Progress
Under Consideration for 6000.0.X, 6000.1.X, 6000.2.X
Fix In Review for 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
- Unity Perforce Integration: VCS Connection Active State Fails via CLI with Valid Inputs
- Joint Gizmos for anchor and connectedAnchor do not respect their defined bodies when Swap Bodies is enabled
- Project Settings window opens up with a blank details pane when the "Configure" button is clicked in the Package Manager after installing the Cloud Diagnostics package
- [UI Builder] Viewport's gizmos for Margin and Padding disappear when dragging to modify the value and the cursor leaves the Spacing section
- "Multiplayer Center" window does not reflect changes made in "Other Packages" section
Resolution Note (fix version 6000.3.0a1):
Consume events before they are passed to the TextField when IME is active.