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

Cursor doesn't move when placing an object < wd #128

Closed
pgundlach opened this issue Apr 24, 2017 · 0 comments
Closed

Cursor doesn't move when placing an object < wd #128

pgundlach opened this issue Apr 24, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@pgundlach
Copy link
Member

<Layout xmlns:sd="urn:speedata:2009/publisher/functions/en" xmlns="urn:speedata.de:2009/publisher/en">
  <Pageformat width="50mm" height="60mm"/>
  <Record element="data">
    <PlaceObject row="3">
      <Table width="10">
        <Tr>
          <Td>
            <Paragraph>
              <Value>one</Value>
            </Paragraph>
          </Td>
        </Tr>
      </Table>
    </PlaceObject>
    <NextRow rows="1"/>
    <PlaceObject>
      <Textblock>
        <Paragraph>
          <Value>two</Value>
        </Paragraph>
      </Textblock>
    </PlaceObject>
  </Record>
</Layout>

Version 2.9.8

The cursor should move to row 4 for the output of "two".

@pgundlach pgundlach added the Bug label Apr 24, 2017
@pgundlach pgundlach added this to the Version 3.0 milestone Apr 24, 2017
@pgundlach pgundlach self-assigned this Apr 24, 2017
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