These elements are both multi-line, as seen in the properties window.
There’s a specific set of UI rules that seem to prevent them from expanding to their full sizing.
Is this a bug?
If I
- change the UIListLayout from FillDirection Horizontal to Vertical
- move child Frame of ScrollingFrame under ScreenGui
- move child Frame of Frame under ScrollingFrame
- delete the StyleRule that gives every Frame a psuedo UIListLayout
- change the child Frame of Frame AutomaticSize Y to XY
- enable RichText
- This one puzzles me, but if RichText is on then it goes back to bad wrapping if the TextBox gets focused (I assume because RichText is internally disabled while focused)
the elements return to full sizing. Unfortunately, none of these is reasonable for me to use in my real UI.
What’s going on?
text_wrapped_broken.rbxl (71.3 KB)
It’s not a UI Styling issue, since the same behavior is seen with every instance directly set.
no_ui_styling.rbxl (69.5 KB)
It could also be related to Text-wrapping TextLabel with automatic sizing is imposing undesirable max horizontal size limit; TextWrapped might just be extremely buggy with AutomaticSize/Flex.
