A TextBox with TextWrapped, left-top alignment and ClearTextOnFocus off breaks in many ways when a roblox wrap (no \n) is triggered by spacebar. https://gyazo.com/059109892b9ef50db7d7b92bceff3f5e
As seen in the video, the text was duplicated, shuffled, flung offscreen and eventualy disapeared. The TextBox.Text property was not affected. The issue is often more dramatic than in this example.
Here is the TextBox file:
BrokenTextBoxExample.rbxm (4.1 KB)
The exact same TextBox worked yesterday.
Expected behavior
A chunk of text being moved to the next line after a wrap is triggered