Created attachment 87031 [details] DOCX containing vertical text-box with text aligned to the middle Problem description: When you load a DOCX that contains a vertical text-box, LO renders the text inside the text-box to be aligned to the bottom of the text-box, even though in the original DOCX the text is aligned to the middle of the text-box. Also - there is an extra new-line inside the text-box that should not be there. Steps to reproduce: 1. Load attached DOCX in LO 2. Text inside vertical text-box is aligned to bottom of text-box and has an extra new-line in it. Current behavior: LO imports and renders text at the bottom of the vertical text-box and renders an extra new-line. Expected behavior: LO should import and render the text at the middle of the vertical text-box without any extra new-line. Operating System: All Version: 4.2.0.0.alpha0+ Master
Created attachment 87045 [details] Screenshot comparison between MS Word and LibreOffice
New right away
Vertical alignment of Writer text frames was implemented on 4.3.0.0.alpha0+. But Writer text frame doesn't support this kind of vertical direction (270°) and so the mentioned vertical alignment implementation handles the imported text frame as a horizontal one (import just changes character direction), so text content is placed middle not from right-to-left but from top-to-bottom.
** Please read this message in its entirety before responding ** 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 on a currently supported version of LibreOffice (4.4.2 or later) https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the version of LibreOffice and your operating system, and any changes you see in the bug behavior If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a short comment that includes your version of LibreOffice and Operating System 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) http://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: http://webchat.freenode.net/?channels=libreoffice-qa Thank you for your help! -- The LibreOffice QA Team This NEW Message was generated on: 2015-05-02
Confirmed. Win 7 Pro 64-bit Version: 5.1.0.0.alpha1+ Build ID: 3ecef8cedb215e49237a11607197edc91639bfcd TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-06-19_23:16:58 Locale: fi-FI (fi_FI)
Created attachment 119617 [details] comparison docx in MS Word 2007 to LO Writer 5.0.1.2
comment on file posted 2015-10-14 / 17:10:25: vertical text in text box is displayed incorrectly; the file contains 2 screenshots with 1-line text box and 3-line text box, in MS Word 2007 and after opening in LO writer 5.0.1.2
** Please read this message in its entirety before responding ** 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 on a currently supported version of LibreOffice (5.1.6 or 5.2.3 https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the version of LibreOffice and your operating system, and any changes you see in the bug behavior If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a short comment that includes your version of LibreOffice and Operating System 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) http://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: http://webchat.freenode.net/?channels=libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug-20161108
Created attachment 154737 [details] Screenshot of the document in Word 2013 and Writer The example file looks like in Word in current master: Version: 6.4.0.0.alpha0+ (x64) Build ID: 8ac95e67872d8834c12adf67f833d92b06dc3d70 CPU threads: 4; OS: Windows 6.3; UI render: default; VCL: win; Locale: hu-HU (hu_HU); UI-Language: en-US Calc: threaded
Bibisected with bibisect-win64-6.4, this commit fixed the alignment: https://cgit.freedesktop.org/libreoffice/core/commit/?id=9c945cdbe170104cbacafa2c37babec5210b9ca2 author Miklos Vajna <vmiklos@collabora.com> 2019-06-06 21:32:07 +0200 committer Miklos Vajna <vmiklos@collabora.com> 2019-06-07 09:05:08 +0200 sw btlr writing mode: DOCX drawingML import for fly frames