Description: When Autofit is set to on, upon opening the odt headers contain extra white space, but when removing Autofit this is fixed (as shown in sample 1). Also, with Autofit on tables get hidden in between pages(data loss), and when turning Autofit off, this gets fixed (as shown in sample 2). For sample 2 I have provided a screenshot as well so you can easily see the data loss in-between pages. This seems to be a very similar issue to what this bug I'm linking here was opened for: https://bugs.documentfoundation.org/show_bug.cgi?id=166978. The fix for this bug removed the issue in a lot of forms, yet Autofit being on is still a very prevalent issue. Steps to Reproduce: 1.Have Autofit set to on, and open odt Actual Results: After opening the odt, we could see the bug immediately without any further action Expected Results: The extra space in the header should not have been there, and the table should have been appearing. Reproducible: Always User Profile Reset: Yes Additional Info: I have both sample 1 and 2 attached along with the version of the odt's that work properly with Autofit off. Also, I have a screenshot of sample 2's data loss.
Created attachment 201586 [details] Sample1 odt - AutofitOn
Created attachment 201587 [details] Sample 1 odt - Autofit Off
Created attachment 201588 [details] Sample 2 odt - Autofit On
Created attachment 201589 [details] Sample 2 odt - Autofit Off
Created attachment 201590 [details] Sample 2 Screenshot of data loss
(In reply to dames02.00 from comment #1) > Created attachment 201586 [details] This regressed somewhere between 24.2.0.3 and 24.8.0.3.
Maybe it is in relation with hidden sections, there are a lot of them.
Seems like data loss is persistent and unknown to producer/creator.
As LO is open source, does it have timeline when bugs will be fixed or it very much depends upon community which bugs are high priority
(In reply to abhishah4444 from comment #9) > As LO is open source, does it have timeline when bugs will be fixed or it > very much depends upon community which bugs are high priority It has a timeline for each release, but not for a bug specific. Each developer is free to choose what can solved. LibreOffice is also offered to clients who pay to see some changes that are needed for them. In this case the bug is solved for them with a timeline. Here are developers that can be paid to solve a specific bug: https://www.libreoffice.org/get-help/professional-support/ But, meanwhile, anyone is free to study the code and improve it.
(In reply to Mike Kaganski from comment #6) > (In reply to dames02.00 from comment #1) > > Created attachment 201586 [details] > > This regressed somewhere between 24.2.0.3 and 24.8.0.3. Bibisected with linux-64-24.8 to c60ad7e0fbf3cc86af167f5e98b38c25620ada7e tdf#160958: merge hidden section's follows; move first-on-page section back
Created attachment 203267 [details] Minimal reproducer