Created attachment 184881 [details] Example file from Word 2016 Attached example file has a table with left and right cell margin set as 'Auto' according to Word. Visually this looks like 0 cm in Word but Writer opens it as 0.19 cm, changing cell contents layout a bit. 1. Open attached file 2. Observe the text and the image have a bit of gap to the left cell borders, unlike in Word. Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: f1830bff71847a9c17715cff52383956719847fe CPU threads: 14; OS: Windows 10.0 Build 19045; UI render: default; VCL: win Locale: de-DE (hu_HU); UI: en-US Calc: threaded This was good in 7.0 and before, broke in 7.1 with https://git.libreoffice.org/core/+/fc872146845e4d77ff404d0929f28abf2d3a1c51 author Michael Stahl <Michael.Stahl@cib.de> Wed Oct 21 17:53:07 2020 +0200 committer Michael Stahl <michael.stahl@cib.de> Thu Oct 22 09:38:19 2020 +0200 tdf#137085 writerfilter: RTF import: \trpaddfl and \trpaddl are row...
Created attachment 184882 [details] The example file in Word 2016 and Writer
In Windows 10, LO with 7.1.0.3, I can confirm all text and the image shifted to the right in the second row. However, in LO 7.0.0.3, the second row already had the text shifted to the right. On Ubuntu 20.04, with LO 7.0.6.2, everything was already shifted to the right. Version: 7.0.6.2 Build ID: 144abb84a525d8e30c9dbbefa69cbbf2d8d4ae3b CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3 Locale: en-AU (en_AU.UTF-8); UI: en-US Calc: threaded In LO 6.4, only the text in the second row was shifted (first row and image fine). Version: 6.4.7.2 Build ID: 639b8ac485750d5696d7590a72ef1b496725cfb5 CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3; Locale: en-AU (en_AU.UTF-8); UI-Language: en-US Calc: threaded That's because the commit in question was cherry-picked for 7.0.4. Marking that version as earliest affected.
Created attachment 191093 [details] Updated example file
The content of attachment 184881 [details] has been deleted for the following reason: User's request
This seems to be fixed in 25.2 since: https://git.libreoffice.org/core/+/075560420a7aa238182e2d80dfe1c5fbaad3edbd%5E%21 commit 075560420a7aa238182e2d80dfe1c5fbaad3edbd [log] author Oliver Specht <oliver.specht@cib.de> Tue Oct 15 16:20:42 2024 +0200 committer Thorsten Behrens <thorsten.behrens@allotropia.de> Tue Nov 19 01:13:17 2024 +0100 tree 74cf5c2cc53f540ccc2bca612006b52498248d76 parent 03b2f4afc57973fa61284782f7e3d45be99f5eec [diff] tdf# 162326 reset paragraph list attributes on style apply This patch was aimed at a different bug, but accidentally contained code intended for this issue. Not marking a duplicate.