Created attachment 163914 [details] Spreadsheet with chart to test saving Open attached document. Save it in xlsx-format with new name. Save it a second time with new name. Open the packages and find the folder /xl/charts. In one case you will see a file "chart1.xml" in the other case a file "chart2.xml". So the name depends on whether the file had been saved before. Such behavior hinders unit tests and evaluation of the file by programs. The reason of this wrong behavior has been discussed in https://lists.freedesktop.org/archives/libreoffice/2020-July/085613.html
I believe the same happens with these 2 occurrences < https://opengrok.libreoffice.org/search?project=core&project=help&full=%22charts%2Fchart2%22&defs=&refs=&path=chart2%2Fqa%2Fextras%2Fchart2export.cxx&hist=&type=&xrd=&si=path&si=path >
(In reply to Xisco Faulí from comment #1) > I believe the same happens with these 2 occurrences ... Yes. That is a result of this bug. But "chart1" and "chart2" should not have been used in that test. Chart2ExportTest has a special version of parseExport, which uses always the first chart in folder 'charts', if called with '/charts/chart', see the other tests in that Chart2ExportTest. This workaround is implemented in local method 'findChartFile'.
Dear Regina Henschel, 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
The problem still exists in Version: 7.5.0.0.alpha0+ (x64) / LibreOffice Community Build ID: c3b5eea4304ad6815b491f549fce008a9630c213 CPU threads: 8; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win Locale: de-DE (en_US); UI: en-US Calc: CL threaded
Hello Regina, Thank you for reporting the bug. No repro with: Version: 25.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 7ccfc0277a44d0a9eee943fdbb952e16df36590c CPU threads: 8; OS: Windows 11 X86_64 (10.0 build 22631); UI render: Skia/Raster; VCL: win Locale: fr-FR (fr_FR); UI: en-US Calc: threaded When I select the chart, then click on the "format" menu, and then on the "name..." option, I see the name "chart 1" each time. But, perhaps I didn't understand the steps to reproduce the bug well. I have set the bug's status to 'NEEDINFO'. Please change it back to 'UNCONFIRMED' if the bug is still present in the latest version.
It is indeed OK in Version: 25.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 976567aee323afd09629b6adf13537908f43d2a8 CPU threads: 32; OS: Windows 11 X86_64 (10.0 build 22631); UI render: Skia/Vulkan; VCL: win Locale: de-DE (de_DE); UI: en-US Calc: threaded (In reply to Sophie Sipasseuth from comment #5) > When I select the chart, then click on the "format" menu, and then on the > "name..." option, I see the name "chart 1" each time. The bug report was not about the name in the UI of LibreOffice, but about the file names inside the saved .xlsx files.