Selecting text removes visibility of the selected text's stroke

Repro:

  1. Insert a TextBox instance.
  2. Either insert a UIStroke instance into the TextBox OR use the TextStroke properties on the TextBox.
  3. Set TextBox.ClearTextOnFocus to false, so the text does not clear when trying to select it.
  4. Type whatever text you wish.
  5. 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

1 Like

We’ve filed a ticket into our internal database for this issue, and will come back as soon as we have updates!

Thanks for the report!

2 Likes

Sorry for the late response here - this should be resolved, are you still having the issue?

The issue has been fixed, thanks!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.