Open attachment https://bugs.documentfoundation.org/attachment.cgi?id=120369 from bug 95662. Go to File → Export. Chose export to xhtml. All content will be shown starting on left border. Margin-left and min-width will both be set to 0cm. This bug first appears with LO 7.2.0.3 on OpenSUSE 15.4 64bit rpm Linux. Reading this it is already bisected: https://bugs.documentfoundation.org/show_bug.cgi?id=95662#c27
Confirm with Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 5619fc438273cd15e78539e78b8af751bca24b1a CPU threads: 16; OS: Linux 5.19; UI render: default; VCL: gtk3 Locale: ro-RO (ro_RO.UTF-8); UI: en-US Calc: threaded
I sent a commit which will create the same result before this commit: https://git.libreoffice.org/core/+/9d3b39cf9fed9a305ac23d1ecaaafc8f7caaeeb0%5E%21 It seems that the variable minLabeWidth test condition was not correctly set so it always returns true. But the result is still not exactly the same as in the sample odt file. To fully simulate the result in odt file, the <li> tag should have list-style-type attribute set (currently the item bullet character was displayed as a text) and margin-left value set with <p> tag so that texts in an item can aligned correctly after the bullet character.
Hi Franklin, Thank you for the patch! I have checked your patch an can confirm that now - with your fix - the attribute @text:min-label-width is no longer taken as first option if it has the value 0. I looked it up: The value of the attribute @text:min-label-width is none negative: https://docs.oasis-open.org/office/OpenDocument/v1.3/os/part3-schema/OpenDocument-v1.3-os-part3-schema.html#property-text_min-label-width The fix becomes apparent in test document of https://bugs.documentfoundation.org/show_bug.cgi?id=146264 @Michael Stahl: Likely the regression tests have to be adopted, right? Best regards, Svante
Franklin Weng committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/7f5e2fc7c1ae7c0c2bec76809e11365b255601d5 tdf#155182 : fix test of $minLabelWidth which is always true It will be available in 24.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Franklin Weng committed a patch related to this issue. It has been pushed to "libreoffice-7-5": https://git.libreoffice.org/core/commit/e66251c6a30e2ab6bd8052c07ff3f69bbe85ca54 tdf#155182 : fix test of $minLabelWidth which is always true It will be available in 7.5.5. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Franklin Weng committed a patch related to this issue. It has been pushed to "libreoffice-7-6": https://git.libreoffice.org/core/commit/12b216ba8d9ca66924a2ed74c5e21b063f1ef6a3 tdf#155182 : fix test of $minLabelWidth which is always true It will be available in 7.6.0.0.beta2. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Dear Robert Großkopf, 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
Bug isn't solved. I will get the bullet on the left, not positioned at 0.635 cm. I will get the text content in the line of the bullet at 0.635 cm - should be 1.27 cm I will get the text content of the following line on the left - should be 1.27 cm. This should be the right code in html: <p class="P2" style="margin-left:1.27cm;text-indent:-0.635cm;"> but it is <p class="P2" style="margin-left:0cm0;"> Tested with Version: 25.2.3.2 (X86_64) / LibreOffice Community Build ID: bbb074479178df812d175f709636b368952c2ce3 CPU threads: 6; OS: Linux 6.4; UI render: default; VCL: kf5 (cairo+xcb) Locale: de-DE (de_DE.UTF-8); UI: de-DE Calc: threaded