Description: Image missing in document (shows up in navigator) since 7.1 Steps to Reproduce: 1. open attachment 164527 [details] Actual Results: No image present Expected Results: Image should show Reproducible: Always User Profile Reset: No Additional Info: Version: 7.1.0.0.alpha0+ (x64) Build ID: 94e6e140491de31c0788c91af855a75a3bb12709 CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win Locale: nl-NL (nl_NL); UI: en-US Calc: CL
Created attachment 166475 [details] Bibisect log Bisected to: author Michael Stahl <Michael.Stahl@cib.de> 2020-08-28 22:05:06 +0200 committer Michael Stahl <michael.stahl@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
Adding CC: to Michael Stahl -> Still unconfirmed for now.. however pretty straight forward