Skip to content

Right aligned table cell breaks if content is only a space #230

Description

@iclukas

Starting from 3.6.0, a right aligned table cell containing only one or more spaces crashes the publisher.

<Layout xmlns="urn:speedata.de:2009/publisher/en"
  xmlns:sd="urn:speedata:2009/publisher/functions/en">
  <Trace grid="no" objects="yes"/>

  <Record element="data">
    <PlaceObject>
      <Table><Tr>
          <Td align="right">
            <Paragraph><Value> </Value></Paragraph>
          </Td>
      </Tr></Table>
    </PlaceObject>
  </Record>
</Layout>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions