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

UI

-

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)

  1. 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

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.