Description: Dots UNDER characters become ABOVE characters and disappears when printing. Steps to Reproduce: 1.Open the .docx file in the attachment 2. Print the file. Actual Results: 1.There are some dots above characters. . 2.If printed this docx file, all dots disappeared. Expected Results: These dots should be under characters in MS Word. Reproducible: Always User Profile Reset: No Additional Info: 版本: 6.4.0.3 Build ID: 6.4.0.3-2.fc32 CPU 线程: 8; 操作系统: Linux 5.7; UI 渲染: 默认; VCL: gtk3; 区域语言: zh-CN (zh_CN.UTF-8); UI 语言: zh-CN Calc: threaded
Created attachment 160106 [details] the file causing the bug
I confirm tih with Version: 7.0.0.0.alpha0+ (x64)Build ID: 8c8b3a4f83f67882b284ddc3b3fe10d3fe6dedf4CPU threads: 4; OS: Windows 10.0 Build 18363; UI render: Skia/Raster; VCL: win; Locale: de-DE (de_DE); UI-Language: en-GBCalc: CL In the last four lines I can see dots below characters in Word 2016. In LO they're above characters and they disappear in an exported PDF.
Also reproduced in 5.2.7 (the oldest version I have here): Version: 5.2.7.2 (x64) Build ID: 2b7f1e640c46ceb28adf43ee075a6e8b8439ed10 CPU Threads: 2; OS Version: Windows 6.19; UI Render: default; Locale: zh-CN (zh_CN); Calc: group
Dear chengming1, 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
Still present in Version: 7.4.0.0.alpha0+ (x64) / LibreOffice Community Build ID: 83d0f2eebae41d431d9a5bfd1a918523977752d0 CPU threads: 4; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win Locale: de-DE (de_DE); UI: en-GB Calc: CL Compared with Word 2016
Still reproducible with: Version: 24.2.2.1 (X86_64) / LibreOffice Community Build ID: bf759d854b5ab45b6ef0bfd22e51c6dc4fb8b882 CPU threads: 12; OS: Windows 10.0 Build 22631; UI render: Skia/Vulkan; VCL: win Locale: zh-CN (zh_CN); UI: zh-CN Calc: CL threaded and Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 6027c219444ade7274841a5ba45e62bdc1ea3238 CPU threads: 12; OS: Windows 10.0 Build 22631; UI render: Skia/Vulkan; VCL: win Locale: zh-CN (zh_CN); UI: en-US Calc: CL threaded
Created attachment 196548 [details] Reproducer illustrating language differences Example .docx demonstrating how the dot emphasis mark is rendered and positioned differently depending on text language, even within the same document.
Created attachment 196549 [details] Comparison screenshot Screenshot comparing LO to Microsoft Word, while displaying the example document attached previously.
OOXML provides the <w:em/> tag to indicate that a section of text should be rendered with am emphasis mark. The w:val="dot" attribute is specified for rendering dots above characters, and w:val="underDot" for rendering dots below characters; LibreOffice currently interprets these attributes accordingly. However, Word does not. Word interprets the "dot" value differently depending on text language, even within the same document. This is demonstrated by attachment 196548 [details]. All of the lines in this document are identical, other than the w:lang tags. I was not able to reproduce the print issue.