[Libreoffice-bugs] [Bug 134951] FILESAVE DOCX/DOC: Additional (spurious) footnote is added on export
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Aug 4 06:30:32 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=134951
Justin L <jluth at mail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://bugs.documentfounda
| |tion.org/show_bug.cgi?id=78
| |333
Version|4.4.7.2 release |4.4.0.3 release
Keywords|bibisectRequest |bibisected, bisected
--- Comment #9 from Justin L <jluth at mail.com> ---
linux bibisect44max 4.4 commit 54d52f6062dffaa930f008c9e1655132dd395c83
commit 80fd9fb7209cfd5c0622ee99d59e42e6db32f021
Author: Umesh Kadam <umesh.kadam at synerzip.com>
CommitDate: Thu May 22 02:31:53 2014 -0500
tdf#78333 : SdtContent and a Shape overlapping causes corruption
- Normally if there is a case where text/shape is overlapped with (another)
shape then LO used to write the text and the AlternateContent in the same run.
- This is supported in MSO and there is no visual difference.
- But in case if the SdtContent(with text) is overlapped with the Shape then LO
processes sdtContent as a text and ends up putting the alternateContent and the
text in a single run. Ultimately it includes the entire run in a SdtContent,
which is incorrect.
- The fix checks for the aforementioned scenario and puts them in a different
run
and also restricts the sdtContent being written in an invalid AlternateContent.
--
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/20200804/00df7113/attachment-0001.htm>
More information about the Libreoffice-bugs
mailing list