Description: EDITING DOC: Image frame at wrong position on screen after changing anchor from to character to paragraph but fine after file reload Steps to Reproduce: 1. Open attachment 164254 [details] 2. Save As DOC 3. File reload 4. Change the anchor of the image frame to "to paragraph" (image moves to first column) 5. Enable page wrap (parallel) 6. Save and reload Actual Results: Image is at wrong position after changing anchor to to paragraph but gets corrected at file reload Expected Results: Should be on the proper position on file reload Reproducible: Always User Profile Reset: No Additional Info: Found in 7.1 4.4.7.2 and in LibreOffice 3.5.0rc3 Build ID: 7e68ba2-a744ebf-1f241b7-c506db1-7d53735
Telesto, it seems, that nobody could confirm this bug since more than one year. So Iād like to ask, if it is still reproducible for you. Could you please try to reproduce it with a master build from http://dev-builds.libreoffice.org/daily/master/current.html? I have set the bug's status to 'NEEDINFO'. Please change it back to 'UNCONFIRMED' if the bug is still present in the latest version.
Dear Telesto, This bug has been in NEEDINFO status with no change for at least 6 months. Please provide the requested information as soon as possible and mark the bug as UNCONFIRMED. Due to regular bug tracker maintenance, if the bug is still in NEEDINFO status with no change in 30 days the QA team will close the bug as INSUFFICIENTDATA due to lack of needed information. For more information about our NEEDINFO policy please read the wiki located here: https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO If you have already provided the requested information, please mark the bug as UNCONFIRMED so that the QA team knows that the bug is ready to be confirmed. Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-NeedInfo-Ping
Still present Version: 7.3.0.0.alpha0+ (x64) / LibreOffice Community Build ID: d5e55d204b71710eb5eb5d2c683dd6698626df3c CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win Locale: en-US (nl_NL); UI: en-US Calc: CL
I confirm the problem but but step 5 from comment 0 ist not necessary. Steps to Reproduce: 1. Open attachment 164254 [details] 2. Save As DOC 3. File reload 4. Change the anchor of the image frame to "to paragraph" (image moves to first column) 5. Save and reload Additional observation: It works with following steps: 1. Open attachment 164254 [details] 2. Save As DOC 3. Change the anchor of the image frame to "to paragraph" Result: Doesn't jump to left => Problem only occurs after relaod => Changed bug summary
repro 7.6+ This is the same bug document, and similar kind of problem to bug 135709.
ODT -> To Paragraph: -Horizontal: from left of entire paragraph area -Vertical: center of paragraph text area DOC -> To Paragraph: -Horizontal: from left of entire paragraph area (same) -Vertical: top of entire paragraph area (different - and a layout problem or invalid choice problem as well because hitting OK "fixes" the position) I imagine that the export is coming from nFlags = 0x0014; // x-rel to text, y-rel to text but that is rather undocumented. DOCX also handles this situation rather poorly - it is totally messed up. It seems like it is mainly a layout issue. However, we could "encourage" better behaviour by importing as paragraph positioning instead of character positioning by default.
Justin Luth committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/45906d2dec179aa6868edd0b81ba01b2e479589c tdf#135710 doc import: force page center on inline images It will be available in 7.6.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.
VERIFIED with Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: e25e27c85ed970cdb97c468bdac86c80964f4231 CPU threads: 4; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win Locale: de-DE (de_DE); UI: en-GB Calc: CL threaded Jutin, thanks for fixing it!
Adam Seskunas committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/f8eac9eaf0b513460341ef158b610865d68fd536 tdf#135710 - Add Unit test It will be available in 25.2.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.