You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2019/02/10 20:56:09 UTC

[Issue 117173] graphic images dropped randomly, and repeatedly, during editing

https://bz.apache.org/ooo/show_bug.cgi?id=117173

John <jo...@yahoo.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |john.ha24@yahoo.co.uk

--- Comment #9 from John <jo...@yahoo.co.uk> ---
I can confirm this behaviour in AOO 4.1.6 Windows 7.  Method to replicate:

1. Create new, empty presentation
2. Insert 150 slides and save file as .odp. All OK so far.
3. Drag a 1.5MB JPG into slide 1, another into slide 2, another into slide 3
..., etc. The photos must all be different or AOO will store only one file.
This embeds the images in the .odp file.
4. I saved after every 10 drags.
5. I got to 60 slides and saved. 
6. I then saw that photos 50 - 60 were missing. The file was then about 75
Mbytes.
7. Scrolling rapidly may cause the problem as well.
8. Graphics cache was 255 MBytes, Memory per object was 5 MB, Remove from
memory was 10min, Number of objects was 50 
9.  On inspection of the .odp file, the missing photos were not stored in the
.odp file \Pictures folder.  
10. On examination of content.xml, Slide 49 has the line:

<draw:image xlink:href="Pictures/1000000000000B20000008582BEE5677.jpg"
xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad">

The equivalent line in Slide 50, where the image is missing, is:

<draw:image xlink:href="">

See Forum thread 150 slides with photos--possible? at
https://forum.openoffice.org/en/forum/viewtopic.php?f=10&t=96945&p=464365#p464365

See Issue 126970 - Lost images while editing a Writer .odt file - two scenarios
at https://bz.apache.org/ooo/show_bug.cgi?id=126970 which I reported and is
almost identical suggesting it is an image handling problem in the suite, not
just an Impress or Writer issue.

See Issue 121433 - Inserted pictures sometimes vanish randomly from the file
which is very similar.

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are on the CC list for the issue.