Repro:
- Insert a TextBox instance.
- Either insert a UIStroke instance into the TextBox OR use the TextStroke properties on the TextBox.
- Set
TextBox.ClearTextOnFocus
tofalse
, so the text does not clear when trying to select it. - Type whatever text you wish.
- Select it from anywhere but the back of the text.
TextSelectionRepro.rbxl (5.2 KB)
Expected Behavior
I expect the text’s stroke to remain untouched in a way that it does not cause the “stroke” characters to move down when selecting text.
Actual Behavior
The text stroke visibility is toggled off for the selected characters, causing the stroke characters to move down the string as shown here:
Other Information
This started being a major issue to me since Jan 16th, but could have existed long before then
This is reproducible on both the Studio and Player clients