Created attachment 133240 [details] PDF shows correct placements Saving and re-opening document: 1) causes arrows to disappear behind images. image arrange to back usually causes correct display 2) Sometimes text is shown in front of image but not arrow graphic. 3) Sometimes arrows show odd boxes around text area or entire object 4) Sometimes images move around page and loose sync with graphics Attached PDF shows print (correct positioning of arrows). Open ODT and you'll see problems 1-3. Not sure how to reproduce #4.
Created attachment 133241 [details] ODT with problem
confirmed with Ubuntu 16.04, LO5.4alpha1 regression from LO 4.4. commit 9835a5823e0f559aabbc0e15ea126c82229c4bc7 Author: Miklos Vajna CommitDate: Sat Oct 4 20:18:01 2014 +0200 sw textboxes: reimplement ODF import/export Turns out that for normal TextFrames and rectangular drawinglayer shapes, the engine is written in ODF implicitly. Use the same trick to describe if the shape content should be rendered by SW or editeng. This reverts 9d310ecfce3c2fc481b125e1493a534e2107a68e (sw textboxes: implement ODF import/export, 2014-06-02). CC'd: Miklos
Created attachment 139949 [details] starter motor simplified.odt: edited by LO 6.1alpha still a problem in 6.1
Although it seems unrelated to the problem, reading this document (and the unit tests from the regression commit) produces exceptions for these Shapes with styles: warn:legacy.osl:22978:22978:xmloff/source/draw/ximpshap.cxx:676: DBG_UNHANDLED_EXCEPTION in void SdXMLShapeContext::SetStyle(bool). The document loads properly when avoiding shapeexport.cxx's if (aParentName.isEmpty() && xPropertySetInfo->hasPropertyByName("TextBox") && xPropSet->getPropertyValue("TextBox").hasValue() && xPropSet->getPropertyValue("TextBox").get<bool>()) { // Shapes with a Writer TextBox always have a parent style. // If there would be none, then just assign the first available.
Adding Cc: to Miklos Vajna
Dear Dave Nadler, 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
Miklos Vajna committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/28d67b792724a23015dec32fb0278b729f676736%5E%21 tdf#107776 sw ODF shape import: make is-textbox check more strict It will be available in 6.4.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.
Miklos Vajna committed a patch related to this issue. It has been pushed to "libreoffice-6-3": https://git.libreoffice.org/core/+/dbc90e3c2c2e56d9571aa9530939f33317c702f0%5E%21 tdf#107776 sw ODF shape import: make is-textbox check more strict It will be available in 6.3.2. 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: 6.4.0.0.alpha0+ Build ID: 41cd3e8e817c8c33a13608e62eeb06ce2c6977e4 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US Calc: threaded @Miklos, thanks for fixing this issue!