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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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