<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FORMATTING Comment boxes: dimensions and position lost at copy"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=108612#c15">Comment # 15</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FORMATTING Comment boxes: dimensions and position lost at copy"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=108612">bug 108612</a>
              from <span class="vcard"><a class="email" href="mailto:todventtu@suomi24.fi" title="Buovjaga <todventtu@suomi24.fi>"> <span class="fn">Buovjaga</span></a>
</span></b>
        <pre>Stefan: if you would like to try what result you get (as I had different
symptoms):

Install gdb
Launch LibreOffice from the commandline with
SAL_NO_MOUSEGRABS=1 ./soffice
That way your mouse clicks will not be hijacked.

Then attach gdb to LibreOffice:
sudo gdb --pid `pgrep soffice`

Press enter when it asks. When you see the (gdb) prompt, give the command
break documen2.cxx:385

Then give the command: c

Then start doing the reproduction steps in LibreOffice. Use c in gdb to
continue until before you have copied A10 to clipboard. When it breaks the next
time, give the command n (for next) like in my previous comment. Then you can
show us your results.</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>