Search Issue Tracker
Duplicate
Votes
0
Found in
5.3.3f1
Issue ID
831827
Regression
No
Entering text and pressing enter multiple times in an Input Field while using Best Fit, results in text not showing (cropping)
Recreation steps:
1.Open Unity
2.Create a new scene
3.Add and Input field
4.Change the width of Rect Transform to 900 and the height to 300
5.Change the text to Best Fit under the paragraph section in the Text (script) component
6.Under Input Field (Script) component change Line type to Multi Line Newline
7 enter AAA
AAAAAAAAAAAAAA
aaaaa
aa
aaaaa
a
a
aaaaaaAAAAAAAAA
aaaAAAAAA
aaa
a
a
a
aAAA
aAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAA
aaaa
aAa
8. You will stop seeing any more letters as you type.
Actual vs Expected:
Expected: text scales to the textField size,
Actual: text disappears
Reproduced on Unity 5.3.4p6, 5.3.3f1, 5.2.4f1, 5.1.1f1.
in 5.1.1f1 it also throws an error
"String too long for TextMeshGenerator. Cutting off characters.
UnityEngine.EventSystems.EventSystem:Update()"
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
- Texture displays visual artifacts and has a broken aspect ratio when it is imported in RGB 48-bit format
- Diagnostic Warning Resets When Navigating Away and Returning to Diagnostics Settings
- Checkbox Collides with Text in Shader Graph Preferences Settings
- Crash on mecanim::animation::TransformValuesFromClip when entering the Play Mode in a project with Animancer Pro v8
- Connection to Named Pipes fails when server and client are run
This is a duplicate of issue #777337