Description: Load an ODT file with automatic chapter numbering. Save it as FODT. Load this FODT. Chapter numbering is gone. Steps to Reproduce: 1. Load any ODT file which has automatic chapter numbering, e.g. the test_san.odt uploaded with Bug 148333. 2. Save as FODT. 3. Load this FODT. Actual Results: Chapter numbering disappears. Expected Results: Chapter numbering should be preserved. Reproducible: Always User Profile Reset: No OpenGL enabled: Yes Additional Info: The XML of FODT may be buggy. Or at least the Validator https://codebeautify.org/xmlvalidator finds fault with it.
I confirm it with Version: 7.4.0.0.alpha0+ (x64) / LibreOffice Community Build ID: 83d0f2eebae41d431d9a5bfd1a918523977752d0 CPU threads: 4; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win Locale: de-DE (de_DE); UI: en-GB Calc: CL
*** Bug 154964 has been marked as a duplicate of this bug. ***
Hi, did anyone try to dig into what might be the cause?
Unable to reproduce: Version: 7.4.6.2 (x64) / LibreOffice Community Build ID: 5b1f5509c2decdade7fda905e3e1429a67acd63d CPU threads: 8; OS: Windows 10.0 Build 19044; UI render: Skia/Vulkan; VCL: win Locale: en-US (en_US); UI: en-US Calc: CL Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 2eb3922750b385dcadfd124d7baf686cec40eb5e CPU threads: 8; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win Locale: en-US (en_US); UI: en-US Calc: threaded
I had this issue on daily version from just a week or two ago, but now it seems to be fixed for me as well. Very nice. I will upload a file with less noise so that everyone can check if it's fixed.
Created attachment 187022 [details] ODT file for which heading numberings used to disappear when exported to FODT
(In reply to dolezvo1 from comment #5) > I had this issue on daily version from just a week or two ago, but now it > seems to be fixed for me as well. So let's change status to RESOLVED WORKSFORME
Still reproducible here with a fresh build, would be good to hear from others as well. I used the attached sample, "Chapter 1" disappears after save to FODT and reload. Also, already in 4.0.0.3. Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: a6aa71f6f3357f4fcd06c2307882733606af37ca CPU threads: 16; OS: Windows 10.0 Build 19045; UI render: Skia/Vulkan; VCL: win Locale: hu-HU (hu_HU); UI: en-US Calc: CL threaded
Oh, you're right, it is still reproducible for me as well, my bad. I did a diff on what changed between the .fodt versions, which is when I realized I saved to file named .fodt, but the content was .odt, because I didn't change the format *audible facepalm* I looked into the .odt and the resulting .fodt, and the heading in the .odt has extra `<text:list text:style-name="Outline"><text:list-item>` and `</text:list-item></text:list>` tags around it, which the heading in the .fodt doesn't have. Adding it to the .fodt restored the numbering, so my guess is there is just something going wrong with the export of these tags.
Dear Christian Lehmann, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from https://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://web.libera.chat/?settings=#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
Version: 24.2.4.2 (X86_64) / LibreOffice Community Build ID: 51a6219feb6075d9a4c46691dcfe0cd9c4fff3c2 CPU threads: 12; OS: Linux 6.4; UI render: default; VCL: kf5 (cairo+xcb) Locale: de-DE (de_DE.UTF-8); UI: en-US Calc: threaded
I don't believe it's actually been fixed. After reloading the newly created .fodt file, the "Chapter 1" numbering of the example file is still missing on today's build: Version: 25.8.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 923da8a3855afae1f3f3a5f50d1fec08bbc02438 CPU threads: 4; OS: Windows 10 X86_64 (build 19045); UI render: Skia/Vulkan; VCL: win Locale: cs-CZ (cs_CZ); UI: en-GB Calc: threaded
(In reply to dolezvo1 from comment #12) Seeintg the bug with: Version: 25.8.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 8397af1bc49897a2d8ebe30c1e960661271503e9 CPU threads: 4; OS: Linux 6.12; UI render: default; VCL: gtk3 Locale: en-IL (en_IL); UI: en-US
I revoke my 'works for me'. It did work with one file which I tried; it does not work with another file. Further etiology seems necessary.