<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Image missing in document (shows up in navigator) since 7.1"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=137567#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Image missing in document (shows up in navigator) since 7.1"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=137567">bug 137567</a>
              from <span class="vcard"><a class="email" href="mailto:telesto@surfxs.nl" title="Telesto <telesto@surfxs.nl>"> <span class="fn">Telesto</span></a>
</span></b>
        <pre>Created <span class=""><a href="http://bugs.documentfoundation.org/attachment.cgi?id=166475" name="attach_166475" title="Bibisect log">attachment 166475</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=166475&action=edit" title="Bibisect log">[details]</a></span>
Bibisect log

Bisected to:
author  Michael Stahl <<a href="mailto:Michael.Stahl@cib.de">Michael.Stahl@cib.de</a>>    2020-08-28 22:05:06 +0200
committer       Michael Stahl <<a href="mailto:michael.stahl@cib.de">michael.stahl@cib.de</a>>    2020-08-31 12:41:22
+0200
commit  586750da40c5b332d2442ef24ae121795e88e903 (patch)
tree    6e9fb51629af1e2e1555120d4e557e336e832a46
parent  943aaf6c61d9594ec229984b5d5801afe5d89024 (diff)
<a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Crash delete/undo an resize shape"
   href="show_bug.cgi?id=135001">tdf#135001</a> sw_redlinehide: fix IsShown() for AT_PARA flys
There is one merged text frame from node 102 to node 328 with no
extents, and of course a shape anchored at node 271 should not be
visible at all.

This crashes because the shape was removed from the layout during
CheckParaRedlineMerge() but then moved to the visible heaven layer
again via sw::AddRemoveFlysAnchoredToFrameStartingAtNode() and the
layer determines if it's visible as far as Sdr* is concerned;
it lacks a connection to a SwFrame though.

warn:legacy.osl:3547848:3547848:sw/source/core/layout/paintfrm.cxx:3861:
<SwFlyFrame::IsPaint(..)> - paint of drawing object without anchor frame!?

(regression from 6aaae44da382f4bc3eafc287b4a21734b740cf21)

<a href="https://cgit.freedesktop.org/libreoffice/core/commit/?id=586750da40c5b332d2442ef24ae121795e88e903">https://cgit.freedesktop.org/libreoffice/core/commit/?id=586750da40c5b332d2442ef24ae121795e88e903</a></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>