Quick Open supports rich text, potentially making results unreadable

I was using Quick Open to hop to my in-game changelog. However, I noticed that the text was blown out of proportion and appeared to be from my changelog. We allow rich text so we don’t need to make a bunch of TextLabels. This got me thinking and I tried this sample:

local str = "<font size=24>irregular text</font>"

local str2 = "regular text"

Expected behavior

Quick Open should ignore the rich text and show the result as if there was no rich text tags

1 Like

This is a QoL thing, but I’d rather see if this is unintended behaviour.

Hi, thank your filing this. We added it to our bug database but have no estimate on when this will be fixed.

When it is fixed, will it be reported in a version changelog?

Yes, that’s how it’s usually done.

1 Like