Created attachment 181738 [details] Example file from Word 2010 Attached RTF document contains a custom style Bordered with 1 pt green border. Second paragraph has this disabled with direct formatting. Writer still displays this paragraph border, even after fixing similar bug 129758. 1, Open attached file 2, Second paragraph has the green border enabled. First paragraph should have a green 1 pt border, the second should not. Version: 7.5.0.0.alpha0+ (x64) / LibreOffice Community Build ID: bfca51d9035000e518e4938ceb145cb92cc17b1f CPU threads: 14; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win Locale: en-US (hu_HU); UI: en-US Calc: threaded
Created attachment 181739 [details] Screenshot of the example file in todays nightly and Word 2010
Looks like this started in 4.4. Before in 4.2 the custom paragraph style was converted to direct formatting, and this gave the correct view. In 4.3 the custom paragraph style has started to be imported, but was incorrectly applied, so the border of the first para was turned off, and the seconds turned on.
Michael Stahl committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/6f42a2c8631bace1caa4fac0b3ea554942f1fca3 tdf#150382 writerfilter,sw: RTF import of paragraph border override It will be available in 7.5.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.
fixed on master
Michael Stahl committed a patch related to this issue. It has been pushed to "libreoffice-7-4": https://git.libreoffice.org/core/commit/c63093aad97550f7d7a6698f72956656d39ce659 tdf#150382 writerfilter,sw: RTF import of paragraph border override It will be available in 7.4.1. 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.
Verified in Version: 7.5.0.0.alpha0+ (x64) / LibreOffice Community Build ID: c1446da82b999349e1a09fed3420bd1c38d7b38c CPU threads: 14; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win Locale: en-US (hu_HU); UI: en-US Calc: threaded Second paragraph has no border upon file open, as expected.
There was an error in applying the custom paragraph style in 4.3, which resulted in the border being disabled for the first paragraph about https://dordle.io and enabled for the second.