TextWrapped does not work correctly with AutomaticSize & ScrollingFrame

TextBox (AutomaticSize set to Y) within ScrollingFrame (AutomaticCanvasSize set to Y) does not function properly whenever TextWrapped is enabled - TextBox is not resized in Y direction after the text exceeds available space in Y. When TextWrapped is off, everything works just fine.


ReproUI.rbxm (6.6 KB)

Expected behavior

ScrollingFrame should be properly resized in Y in both cases (TextWrapped just wraps the text in X…)

1 Like

Hi @Etheroit - at first I thought maybe the TextTruncate was causing the issue, but the issue is happening regardless of the truncate setting as far as I can tell, very odd. Thanks for the report! We have added this to our backlog.

Yep! I added the text truncating to add clarity but it indeed also happens without setting it.

Really weird issue. Hoping it’s easy enough to fix. Thanks for getting back!