Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Underline Bug #291

Closed
Demosteneus opened this issue Dec 17, 2020 · 1 comment
Closed

Underline Bug #291

Demosteneus opened this issue Dec 17, 2020 · 1 comment
Assignees
Labels
Milestone

Comments

@Demosteneus
Copy link
Contributor

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

@pgundlach pgundlach self-assigned this Dec 17, 2020
@pgundlach pgundlach added the Bug label Dec 17, 2020
@pgundlach pgundlach added this to the Version 4.2 milestone Dec 17, 2020
@pgundlach
Copy link
Member

Thank you for the bug report. It will be fixed in the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants