Search Issue Tracker
Active
Under Consideration for 2022.3.X, 6000.0.X, 6000.2.X, 6000.3.X, 6000.4.X
Votes
0
Found in
2022.3.68f1
6000.0.62f1
6000.2.12f1
6000.3.0b9
6000.4.0a4
Issue ID
UUM-126213
Regression
No
InputField fails to get the last character of a Hangul(IME) (Korean character) text when focus is shifted with the Tab key
How to reproduce:
- Open the “MyInput.zip“ project
- Open the “SampleScene”
- Enter Play Mode
- Click on the InputField in the Game view
- Write anything in Hangul (Korean characters)
- Press Tab to switch focus to the “Apply“ button
- Press Enter or click on the button with the mouse
- Observe the Console or the Text over the InputField
Expected result: The whole text is displayed
Actual result: The last character is not displayed
Reproducible in: 3.0.9 (2022.3.68f1), 6000.0.62f1, 6000.2.12f1, 6000.3.0b9, 6000.4.0a4
Reproduced on: Windows 11 Pro (24H2)
Not reproduced on: macOS 15.7 (M4 Max), No other environment tested
Notes:
- Only reproducible when changing focus by pressing Tab
- If the InputField loses focus by pressing outside of the UI before pressing “Apply“, the issue will not reproduce
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- GPU Instancing does not work with Sprite Renderer when used in an URP project
- [iOS][Android] Crash on 'EXC_BAD_ACCESS' when trying to create a Joint with script in build
- Particles are drawn upside down when using Camera.RenderToCubemap
- "Find References In Project" gives inaccurate results when Prefab Variant Parent default Object references are changed
- "Assertion failed" and "ArgumentNullException" errors when selecting a GameObject with Mesh while using reflection shader Blit in custom Renderer Feature with RTHandles
Add comment