<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: DOC DOCX file has incorrect vertical position relative to 'page' of floating table"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=80717#c18">Comment # 18</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: DOC DOCX file has incorrect vertical position relative to 'page' of floating table"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=80717">bug 80717</a>
              from <span class="vcard"><a class="email" href="mailto:jluth@mail.com" title="Justin L <jluth@mail.com>"> <span class="fn">Justin L</span></a>
</span></b>
        <pre>Fixing this will take a lot of wizardry, to identify the location on the page
where the table is in-lined, and then calculate how much margin to add to the
top to push it down to the correct position.  Similar feats are needed
especially for left, but also for right.

Then the same can be done for left/right for paragraph-anchored tables, as well
as column-anchored tables.

A nice try at wizardry was <a href="show_bug.cgi?id=80717#c2">comment 2</a>'s commit at
<a href="https://gerrit.libreoffice.org/c/core/+/9487/2/sw/source/filter/ww8/ww8par6.cxx">https://gerrit.libreoffice.org/c/core/+/9487/2/sw/source/filter/ww8/ww8par6.cxx</a>
However, it did not account for the current, inlined position and so was
reverted... 

Identifying the current position is approximately impossible, since that
depends on the layout - which of course we do not have during import.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>