Unplanned
Last Updated: 08 Jun 2026 18:02 by Chris
Chris
Created on: 08 Jun 2026 18:02
Category: Reporting
Type: Bug Report
1
HtmlTextBox does not preserve   non-breaking behavior between sibling inline spans

I am trying to use the following HTML content for the HtmlTextBox item:

<span style="font-weight:bold">Label&nbsp;1:</span>&nbsp;<span>Data&nbsp;1</span> <span style="font-weight:bold">Label&nbsp;2:</span>&nbsp;<span>Data&nbsp;2</span>

However, the non-breaking space between the spans (label 1/data 1 and label 2/data 2) is not preserved.

0 comments