Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.1.1f1
Issue ID
959985
Regression
No
Typing Asian characters inside an InputField then changing its text throught the Inspector freezes the InputField
Steps:
1) Create an InputField (GameObject - UI - InputField)
2) Go in Play mode then type something inside in either Korean, Japanese or Chinese
3) Select the InputField in the Hierarchy, then change its text through its Inspector
4) Returns the following error in the console:
ArgumentOutOfRangeException: startIndex + length > this.length
Parameter name: length
System.String.Substring (Int32 startIndex, Int32 length) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System/String.cs:356)
UnityEngine.UI.InputField.UpdateLabel () (at C:/buildslave/unity/build/Extensions/guisystem/UnityEngine.UI/UI/Core/InputField.cs:1656)
UnityEngine.UI.InputField.OnValidate () (at C:/buildslave/unity/build/Extensions/guisystem/UnityEngine.UI/UI/Core/InputField.cs:547)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
Expected result: the InputField update along the modifications in the Inspector
Actual result: InputField freezes, no longer update
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mouse input is registered incorrectly in Custom RP when downscaling Render Target and rendering Overlay UI before final upscale
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
Add comment