Bug 81427 - FILESAVE DOCX: Fields:Document Information:Title is not getting preserved
Summary: FILESAVE DOCX: Fields:Document Information:Title is not getting preserved
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
Inherited From OOo
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: filter:ooxml
Depends on:
Blocks: DOCX-Fields
  Show dependency treegraph
 
Reported: 2014-07-16 11:35 UTC by Priyanka Gaikwad
Modified: 2022-05-02 12:18 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments
Docx with title field (12.85 KB, application/vnd.openxmlformats-officedocument.wordprocessingml.document)
2014-07-16 11:35 UTC, Priyanka Gaikwad
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Priyanka Gaikwad 2014-07-16 11:35:56 UTC
Created attachment 102917 [details]
Docx with title field

The title field is not getting preserved properly

Steps to reproduce:
1] Open attached file in LO
2] Perform save_as
3] Open saved file in MS Office 2010

Current behavior :
Fields:Document Information:Title is not preserved.

Expected behavior :
Fields:Document Information:Title should get preserved after RT.
Comment 1 Jorendc 2014-07-16 14:30:26 UTC
Synerzip -> NEW
Comment 2 Jorendc 2015-05-17 09:44:33 UTC
Still repro LibreOffice Version: 5.0.0.0.alpha1+ (x64)
Build ID: 9d0c51daea67104349cac26de9839afa8baeb099
TinderBox: Win-x86_64@42, Branch:master, Time: 2015-05-15_23:59:35
Locale: nl-BE (nl_BE)
Comment 3 QA Administrators 2017-01-03 19:48:02 UTC Comment hidden (obsolete)
Comment 4 Roman Kuznetsov 2019-01-16 14:58:59 UTC
still repro in

Version: 6.3.0.0.alpha0+
Build ID: 6b4ea2d8ddd681fec98773d7e0bbec9657a1fc08
CPU threads: 4; OS: Windows 6.1; UI render: default; VCL: win; 
Locale: ru-RU (ru_RU); UI-Language: en-US
Calc: threaded
Comment 5 QA Administrators 2021-01-16 04:18:13 UTC Comment hidden (obsolete, spam)
Comment 6 Justin L 2022-03-07 13:45:03 UTC
repro 7.4+ with plain text "DocInformation:Title (fixed)" gibberish
In DOC format is saves as the proper plain text.

Already saw DocInformation:Title (fixed) in LO 3.5, so assume inherit from OOo.
Comment 7 Justin L 2022-05-02 12:18:02 UTC
This was fixed in 7.4 with
tdf#148380 docx export: use content of unknown fields, not name
https://gerrit.libreoffice.org/c/core/+/132666

The title field was already imported as FIXED. On export, the field was thrown out and only the (wrong) content was written. Now the right content is written.