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

Multiframe table gets wrong height #191

Closed
pgundlach opened this issue Aug 8, 2018 · 0 comments
Closed

Multiframe table gets wrong height #191

pgundlach opened this issue Aug 8, 2018 · 0 comments
Labels
Milestone

Comments

@pgundlach
Copy link
Member

<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.

@pgundlach pgundlach added the Bug label Aug 8, 2018
@pgundlach pgundlach added this to the Version 3.4 milestone Aug 8, 2018
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

1 participant