brailleapps / dotify.formatter.impl

Provides an implementation of the formatter interfaces in dotify.api
GNU Lesser General Public License v2.1
0 stars 6 forks source link

Issue with vertical-position #92

Closed bertfrees closed 5 years ago

bertfrees commented 5 years ago

vertical-position does not work in this situation:

<obfl xmlns="http://www.daisy.org/ns/2011/obfl" version="2011-1" xml:lang="und">
  <layout-master name="master" page-width="10" page-height="20">
    <default-template>
      <header/>
      <footer/>
    </default-template>
  </layout-master>
  <sequence master="master">
    <!-- <block>⠿⠿⠿</block> -->
    <block>
      <block vertical-position="4">⠿⠿⠿</block>
      <block vertical-position="8">⠿⠿⠿</block>
    </block>
  </sequence>
</obfl>

The vertical-position="8" works, but the vertical-position="4" not. When the first block is uncommented, it works. And it also works when the outer block containing the two other is removed.

bertfrees commented 5 years ago

After updating to the latest Dotify this is now also an issue for SBS.

bertfrees commented 5 years ago

Fixed in https://github.com/sbsdev/pipeline/commit/759bd1f.