Skip to content

Multiframe table gets wrong height #191

@pgundlach

Description

@pgundlach
<Layout
  xmlns="urn:speedata.de:2009/publisher/en"
  xmlns:sd="urn:speedata:2009/publisher/functions/en"
  version="3.3.10">

  <SetGrid nx="23" height="12pt"/>

  <Pageformat height="8cm" width="210mm"/>
  <Pagetype name="alleseiten" test="true()">
    <Margin left="1cm" right="1cm" top="1cm" bottom="1cm"/>
  <PositioningArea name="foo">
    <PositioningFrame height="10" width="10" row="1" column="1"/>
    <PositioningFrame height="10" width="10" row="1" column="12"/>
  </PositioningArea>
  </Pagetype>
  
  <Record element="data">
    <PlaceObject area="foo">
      <Box height="5" width="3" backgroundcolor="lightblue"/>
    </PlaceObject>
    <PlaceObject area="foo" column="1">
      <Table stretch="max">
        <Loop select="15">
          <Tr>
            <Td><Paragraph><Value>Table row</Value></Paragraph></Td>
          </Tr>
        </Loop>
      </Table>
    </PlaceObject>
    
    
  </Record>
</Layout>

yields

multipageht

Which is not good.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions