Skip to content

Underline Bug #291

Description

@Demosteneus

Hi,

The underline element "U" fails to underline completely a concatenated string that contains dash "-".

data.xml:

<test>
</test>

layout.xml:

<Layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="layoutschema-en.xsd" xmlns:sd="urn:speedata:2009/publisher/functions/en" xmlns="urn:speedata.de:2009/publisher/en" xmlns:xi="http://www.w3.org/2001/XInclude" version="4.1.23">
	<Record element="test">
		<PlaceObject column="10" row="24">
			<Textblock>
				<Paragraph>
					<U><Value select="concat('Test ', ' - ', 'Underlined Title')"/></U>
				</Paragraph>
			</Textblock>
		</PlaceObject>
	</Record>
</Layout>

Output:
image

Expected output:
image

Metadata

Metadata

Assignees

Labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions