Richtext Alignment Bug

I am having a issue where consecutive uses of rich text on the same line causes the text to show up in the wrong place as shown below:

Is there a work around, or some setting I’m missing to resolve this?

I typed the same text (from what I can see visually) and everything worked as expected.

I suspect you have some hidden carriage return char(13) or some other control character in the line of text with “Cost: …”. This typically happens when copy / pasting text from some external source. Select the Text Input Box and place the cursor at the start of the line and use the right arrow to step over each character. See if it gets stuck on some invisible character.

Alternatively, copy / paste that text here inside quotes and I’ll test it again.

1 Like

Looks like it was an invisible carriage return that suck in. The vanilla Text Field seems to correct for this automatically though.

A Carriage Return char(13) does have a function which is to return / reset the writing position to the start of the line. Although this control character is rarely used, there are TMP users who rely on this functionality. As such, the removal of control characters like the vanilla text field does is incorrect.