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

--- Comment #4 from John <johnsmithbeat...@gmail.com> ---
All of images were linked images, and were anchored as characters. Here is a
comparision of the XML markup of the image that is still in the file and the
XML of the image that is now missing:

_This is a part of "covid.jpg" image. This image is OK, it wasn't removed._

```xml
<text:p text:style-name="P10">
  <draw:frame draw:style-name="fr1" draw:name="Image2"
text:anchor-type="as-char" svg:width="415.11pt" svg:height="587.31pt"
draw:z-index="5">
    <draw:image xlink:href="../covid.jpg" xlink:type="simple"
xlink:show="embed" xlink:actuate="onLoad" draw:filter-name="&lt;All images&gt;"
draw:mime-type="image/jpeg"/>
  </draw:frame>
</text:p>
```

_And this is a part of the "house.jpg" image. This image is missing:_

```xml
<text:p text:style-name="P6">
  <draw:frame draw:style-name="fr1" draw:name="Image1"
text:anchor-type="as-char" svg:width="486pt" svg:height="273.34pt"
draw:z-index="0"><draw:image/></draw:frame>
</text:p>
```

It is very clear that the second snippet is broken. The only question is why.
All of the images were inserted exactly the same way, by clicking the "Insert >
Image" and enabling the "Link" check box.

After the document was almost ready, I closed it, and then opened it again to
edit some text. I have do it multiple times and the images were in their
correct places. Then, two days ago, I opened this document again, and the
images were missing, and XML markup is broken. It seems there was some internal
error during the last save.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to