[Libreoffice-bugs] [Bug 137567] Image missing in document (shows up in navigator) since 7.1

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sat Oct 17 20:23:23 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=137567

--- Comment #1 from Telesto <telesto at surfxs.nl> ---
Created attachment 166475
  --> https://bugs.documentfoundation.org/attachment.cgi?id=166475&action=edit
Bibisect log

Bisected to:
author  Michael Stahl <Michael.Stahl at cib.de>    2020-08-28 22:05:06 +0200
committer       Michael Stahl <michael.stahl at cib.de>    2020-08-31 12:41:22
+0200
commit  586750da40c5b332d2442ef24ae121795e88e903 (patch)
tree    6e9fb51629af1e2e1555120d4e557e336e832a46
parent  943aaf6c61d9594ec229984b5d5801afe5d89024 (diff)
tdf#135001 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)

https://cgit.freedesktop.org/libreoffice/core/commit/?id=586750da40c5b332d2442ef24ae121795e88e903

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20201017/e616a2f7/attachment.htm>


More information about the Libreoffice-bugs mailing list