Search Issue Tracker
Fixed
Fixed in 6000.0.62f1, 6000.3.0b9, 6000.4.0a4
Votes
0
Found in
6000.0.56f1
6000.2.1f1
6000.3.0a5
6000.4.0a2
Issue ID
UUM-122283
Regression
No
Selected Korean input text in UIToolkit TextField is not fully replaced when refocusing and entering new input
Reproduction steps:
1. Add support for Korean input on Windows (Settings → Time & Language → Language & region → Add a language → search “Korean” → Next → Install)
2. Switch to Korean input (should see “A” in the system tray after)
3. Open the attached “IN-120809.zip” project
4. Open the “KorIssue” scene (Assets > UIAssets > KorIssue)
5. Enter Play mode
6. Click on the top Text Field to focus on it
7. Click on the “A” in the system tray to switch to Korean input mode
8. In the top Text Field, press "F", "G", "H" and "J" keys sequentially
9. The top Text Field should now display "ㄹ호ㅓ"
10. Click on the bottom Text field to switch focus
11. Click back on the top Text Field (this will select all the text)
12. Press the “F” key
13. Observe the top Text Field
Expected result: The "F" input replaces the whole text with "ㄹ"
Actual result: "ㄹ호ㅓ" is being replaced by "ㄹ호ㄹ"
Reproducible with: 6000.0.56f1, 6000.2.1f1, 6000.3.0a5
Couldn’t test with: 2023.1 - 2023.3.0b1 (Korean input did not work), 6000.0.60f1, 6000.2.8f1, 6000.3.0b6, 6000.4.0a2 (From the 6000.0.57f1, 6000.2.1f1, 6000.3.0a5 version, this error is thrown on the 12th step: “ArgumentOutOfRangeException: startIndex cannot be larger than length of string”)
Reproducible on: Windows 11
Not reproducible on: no other environments tested
Note:
- Does not reproduce in the preview mode in UI Builder
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
- Specular highlight appears in fully shadowed areas when HDRP Shadow Color is tinted
- [Ubuntu] VFX Graph Enum Value menu stretches across screen when entered long Enum Value
- Unclear warning message in Rendering Debugger about the Play mode Debugger Overlay
- [Android][iOS] Particles are not affected by External Forces when loaded from AssetBundles with Strip Engine Code enabled
- Rendering Debugger "STP" and "Reflection Probe Atlas" overlays don't change size when changing the "Map Size"
Resolution Note (fix version 6000.4.0a4):
Fixed IME issue when focusing out of a UITK field.
Resolution Note (fix version 6000.3.0b9):
Fixed IME issue when focusing out of a UITK field.
Resolution Note (fix version 6000.0.62f1):
Fixed IME issue when focusing out of a UITK field.