[Libreoffice-bugs] [Bug 115818] Image disappears while editing a document or on autosave
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Mar 21 15:46:08 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=115818
--- Comment #7 from Telesto <telesto at surfxs.nl> ---
Created attachment 140794
--> https://bugs.documentfoundation.org/attachment.cgi?id=140794&action=edit
Bibisect log
Bisected to:
author Miklos Vajna <vmiklos at collabora.co.uk> 2017-11-29 17:17:45 +0100
committer Miklos Vajna <vmiklos at collabora.co.uk> 2017-11-30 08:07:09
+0100
commit 343af46fc301a984929e071d477b8fb9f211e289 (patch)
tree aa29a1fbd386c88acb3310933bacc2d411b47c6c
parent c26f644db80e10f755911d277aac0e1d42731d29 (diff)
ODT filter: make sure we have a layout before export
It is expected that the commandline --convert-to switch gives mostly the
same result as save-as on the UI, but this was not the case for ODT, as
the convert-to case had no layout available.
As a result the explicit width of table columns or soft page-breaks were
missing from the export result in the convert-to case.
Given that Word formats already calculate the layout before export and
during crashtesting we already wait for the OnLayoutFinished even before
export, just enable calculating the layout before ODT export as well to
shrink the cmdline vs GUI differences.
[ No testcase: saving
writerperfect/qa/unit/data/writer/epubexport/table.fodt with the writer8
export filter would be a reproducer for this, but the test doesn't fail
without the fix even aftet not calling CalcLayot() via the
mustCalcLayoutOf() override, so I'm out of ideas right now how to test
this. ]
--
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/20180321/720ec6a0/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list