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

Justin L <jl...@mail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bisected, regression

--- Comment #4 from Justin L <jl...@mail.com> ---
Also shown as corrupted in Word 2003 and LO dev5.3.

Bibisect-44max: First bad commit:

    commit 80fd9fb7209cfd5c0622ee99d59e42e6db32f021
    Author:     Umesh Kadam <umesh.ka...@synerzip.com>
    CommitDate: Thu May 22 02:31:53 2014 -0500

        fdo#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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to