https://bugs.documentfoundation.org/show_bug.cgi?id=81420
--- Comment #12 from Lily Day <[email protected]> --- @Regina Henschel and others: Steps to reproduce: 1) Step 1 Begin by writing the following lines in the writer, ensuring that they conclude with a paragraph mark (pressing enter at the end): text1 text2 text3 text4 text5 2) Step 2 Format the last word, "text5," in bold. 3) Step 3 Save the file. 4) Step 4 Append .zip to the file extension of file.odt, resulting in: file.odt.zip 5) Step 5 Open content.xml within the zip file. 6) Verify the file; it should contain the following: Expected outcome (as tested on: Version: 6.2.4.2 (x64) Build ID: 2412653d852ce75f65fbfa83fb7e7b669a126d64 CPU threads: 4; OS: Windows 10.0; UI render: default; VCL: win; Locale: sl-SI (en_SI); UI-Language: en-GB Calc: threaded): <text:p text:style-name="Standard">Text1 text2 text3 text4 <text:span text:style-name="T1">text5</text:span></text:p> Actual result with LibreOffice on 2014-07-16 (version unknown): <text:span text:style-name="T12">text1</text:span> <text:span text:style-name="T13">text2</text:span> <text:span text:style-name="T14">text3</text:span> <text:span text:style-name="T15">text4</text:span> <text:span text:style-name="T16">text5</text:span> Please note that in the defective version of LibreOffice Writer from 2014-07-16, each word has its own style, ranging from T12 to T15, with the last one being T16. I have faced same issue on my site : https://animeworldhd.app/ I can confirm that in version: Version: 6.2.4.2 (x64) Build ID: 2412653d852ce75f65fbfa83fb7e7b669a126d64 CPU threads: 4; OS: Windows 10.0; UI render: default; VCL: win; Locale: sl-SI (en_SI); UI-Language: en-GB Calc: threaded This issue no longer occurs; it appears to have been resolved. -- You are receiving this mail because: You are the assignee for the bug.
