Created attachment 104628 [details] n archive containing a document with paragraph text and rotated text box and a snapshot of MS word rendering Problem description: When a MS Word document created with: MS Office Professional Plus 2010 Version: 14.0.7128.5000 (64-bit) contains a rotated transparent text box with no border(in MS word the rotated text appears on top of the paragraphs), opening the document in Writer shows it as non-rotated frame with white background hiding the paragraph text bellow. Steps to reproduce: 1. Open the attached document in MS Word and in Writer Current behavior: The Text Box text is rendered in a non-rotated frame with white background hiding the paragraph text below. Expected behavior: The Text Box should be transparent and rotated and only the Text Box's text should overlap the paragraph text below. Operating System: Windows 7 Version: 4.3.0.4 release
Steps to reproduce should read: 1. Unzip the attachment. 2. Open the Testing_text_box_rotation.docx with Writer 3. Compare to the MS Word snapshot - MSWordRendering.gif
Thank you for yur bug report.
** 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.0.0.5 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-09-03
Still confirmed. Win 7 Pro 64-bit Version: 5.2.0.0.alpha0+ Build ID: a7c3a2a9be83686657c06f37d521f9f6d2004ddd Threads 4; Ver: Windows 6.1; Render: default; TinderBox: Win-x86@39, Branch:master, Time: 2015-11-28_04:39:18 Locale: fi-FI (fi_FI)
Migrating Whiteboard tags to Keywords: (filter:docx)
*** Bug 104353 has been marked as a duplicate of this bug. ***
Created attachment 129359 [details] Simple example of rotated text boxes Miklos, You've done much of the work on the Text Box implementation. Is this something you'd be interested in looking at? We need to read the OOXML ‘Do not rotate Text’ option. When it's set, use the old system. When it's not set, we need to rotate the text with the box like we do with all native Text Boxes.
*** Bug 98991 has been marked as a duplicate of this bug. ***
*** Bug 86529 has been marked as a duplicate of this bug. ***
** 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 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 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: https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
Still confirmed in Win10 Lo 6.1.0.3. None of the text boxes in the sample document are rotated like the other boxes are.
Justin, Is this something you'd be interested in? We need to read the OOXML ‘Do not rotate Text’ option. When it's set, use the current style. When it's not set, we need to rotate the text exactly like we do now in native ODF Text Boxes.
*** Bug 121515 has been marked as a duplicate of this bug. ***
Some details on this from Miklos. There are two kinds of text containers in shape: Writer or editeng. The Writer one can contain complex content, but can't be rotated, while the editeng one can be rotated. Word doesn't have this kind of distinction, and currently DOCX import creates Writer text in a shape. This can be confirmed by turning on formatting marks: if end-of-paragraph markers are shown in side the text box, it's Writer text, if not then it's editeng-based. A potentially quick and dirty way to fix this would be to switch the DOCX import to use editeng-based text containers in shapes. Providing a real fix will be more difficult.
*** Bug 129263 has been marked as a duplicate of this bug. ***
*** Bug 133901 has been marked as a duplicate of this bug. ***
(In reply to Timur from comment #16) > *** Bug 133901 has been marked as a duplicate of this bug. *** So bug 82627 is solved in LO 7.0? If this is the case, please mark it as RESOLVED WORKSFORME, if this is not the case, bug 133901 can't be a duplicate.
(In reply to Dieter from comment #17) > (In reply to Timur from comment #16) > > *** Bug 133901 has been marked as a duplicate of this bug. *** > > So bug 82627 is solved in LO 7.0? If this is the case, please mark it as > RESOLVED WORKSFORME, if this is not the case, bug 133901 can't be a > duplicate. The reporter in the duplicate said it's not worksforme after all "In LO 6, even last RC, DOCX converted document still dissociate texte from pivoted shape :("
Confirmed in Windows 10 with 6.3.6.2 with DOCX-documents created with Word 365. Is this a Drawing-ML vs. VML issue? Something caused by mc:alternateContent maybe? There are some visible artifacts (like table borders or something) as if there where some background non-rotated text boxes behind the rotated text boxes.
This bug is still present in LO 7.0.4.2
I agree with @Aron Budea. TextFrame-s cannot be rotated. So, to solve this problem we should develop that textboxes (TextFrame-s) can be rotated.
*** Bug 141488 has been marked as a duplicate of this bug. ***
I set High because this is not a couple of docs, but a general issue. In addition to marked duplicates, some See Also are likely duplicates.
*** Bug 128830 has been marked as a duplicate of this bug. ***
(In reply to Aron Budea from comment #14) > A potentially quick and dirty way to fix this would be to switch the DOCX > import to use editeng-based text containers in shapes. Providing a real fix > will be more difficult. I do not consider it as 'dirty'. Using a frame like text box is a LO specific construct. Therefore it should only be used if it is absolutely necessary. As long as the shape text is simple enough to be rendered with the shape text edit engine, a frame like text box should not be used. This would have to be checked when importing from OOXML. I think, in long term the shape text engine should be extended to be able to render text which has multiple paragraph styles and character anchored objects, for example. So that these features can be used in the other modules too.
*** Bug 150593 has been marked as a duplicate of this bug. ***
repro 7.6+
I confirm I reproduced, the error occurs. The version I tested with: Version: 7.5.3.2 (X86_64) / LibreOffice Community Build ID: 9f56dff12ba03b9acd7730a5a481eea045e468f3 CPU threads: 12; OS: Windows 10.0 Build 19045; UI render: Skia/Vulkan; VCL: win Locale: pl-PL (pl_PL); UI: pl-PL Calc: CL threaded
*** Bug 158540 has been marked as a duplicate of this bug. ***