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

            Bug ID: 166325
           Summary: FILESAVE DOCX Word fails to open roundtripped document
                    (bg2 theme color turns into light2)
           Product: LibreOffice
           Version: 25.2.0.3 release
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Keywords: bibisected, bisected, regression
          Severity: normal
          Priority: medium
         Component: filters and storage
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
            Blocks: 108230

Open and save attachment 99563 from bug 79062 back to DOCX, then try opening it
in Word.

=> Word fails to open the file cleanly.

Observed using LO 25.8.0.0.alpha0+ (736998ccef0bacdd2bbf038c98dacfbe654f1a4d) /
Windows.

If one:
- unzips the saved DOCX,
- executes the following command (can be done in Linux/Cygwin, needs xmllint
installed): find . -name "*.xml" -type f -exec xmllint --output '{}' --format
'{}' \;
- rezips the result with .docx extension

Then Word points to line 105 in word/footnotes.xml, which is the first line of
this part:
<w14:schemeClr w14:val="light2">
  <w14:tint w14:val="85000"/>
  <w14:satMod w14:val="155000"/>
</w14:schemeClr>

This is a regression from the following commit in 25.2:
https://git.libreoffice.org/core/commit/baf179188d8b9e29188387fd4b7d887dd3168792
author          Vladislav Tarakanov <[email protected]> Sat Oct 19
00:12:34 2024 +0200
committer       Tomaž Vajngerl <[email protected]>       Sat Oct 19 14:26:23
2024 +0200

"tdf#156333 Adding a tint/shade values to the model"

The similar exported part looks like this when exported in a build preceding
the regression:
<w14:schemeClr w14:val="bg2">
  <w14:tint w14:val="85000"/>
  <w14:satMod w14:val="155000"/>
</w14:schemeClr>

List of test files affected by this bug:
fdo70105-2.docx (attachment 87180 from bug 70105)
fdo79062-1.docx (the attachment mentioned at the beginning)
forum-mso-de-111186.docx
forum-mso-en3-30100.docx
forum-mso-en-8841.docx
tdf105134-1.docx (attachment 130189 from bug 105134 that is marked obsolete)


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108230
[Bug 108230] [META] OOXML document theme issues
-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to