Search Issue Tracker
Not Reproducible
Votes
4
Found in
5.5.0f1
Issue ID
853921
Regression
Yes
Vertical Fit (Content Size Fitter) ignores the text height when it sets Horizontal Overflow to Wrap
If the text has "Horizontal Overflow" set to Wrap and "Vertical Fit" (Content Size Fitter) set to Preferred Size, the height of the text still is shown in one line (like "Horizontal Overflow" be set to Overflow).
Reproduction steps:
1. Open the attached file;
2. Find the object "Text" and set "Content Size Fitter" option "Vertical Fit" to Preferred Size;
Actual result: the text is shown up in one line.
Expected result: the height of "Rect Transform" should adapt by the text height and show all text.
Reproduced with: 5.5.0b11, 5.5.0f1, 5.6.0a3
Not reproducible: 5.3.6p4, 5.4.3f1, 5.5.0a1
Regression introduced in 5.5.0b11
Comments (2)
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
gabotinysoft
Dec 12, 2016 20:16
I mean same issue is here:
https://issuetracker.unity3d.com/issues/content-size-fitter-component-on-text-fields-is-malfunctional
Adnimistrator
Dec 05, 2016 21:15
I have reported simmilar bug and it was closed as duplicate tu this.
My problem:
UnityEngine.UI.Text
preferredWidth does not refresh when BestFit is true
1. Launch Unity
2.Create a new project with no packages imported
3. Choose GameObject->UI->Text
4. Turn on Best Fit in Text component
preferredWidth of the Text does not refresh its value while prefferedHeight is computed and refreshed correctly
Reproduced: 5.5.0f3
Not reproduced: 5.2.2f1