Created attachment 175359 [details] Example file from Word Attached document contains a chart and a textbox. In Word the textbox is in front of the chart, but in Writer it is behind. Steps to reproduce: 1. Open attached document. Actual results: The textbox appears behind the chart. Expected results: The textbox should be in front of the chart, like in Word. LibreOffice details: Version: 7.3.0.0.alpha0+ (x64) / LibreOffice Community Build ID: b60b6bfaafa1315e07108dba50f016975b619c59 CPU threads: 4; OS: Windows 10.0 Build 18363; UI render: Skia/Raster; VCL: win Locale: hu-HU (hu_HU); UI: en-US Calc: CL Also in 6.0, 5.3. Not yet in 5.2, although changing the charts Z-order had no effect on the shape.
Created attachment 175360 [details] Screenshot of the original document side by side in Word and Writer
Repro Version: 7.3.0.0.alpha0+ (x64) / LibreOffice Community Build ID: b60b6bfaafa1315e07108dba50f016975b619c59 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
This seems to have begun at the below commit. Adding Cc: to Miklos Vajna ; Could you possibly take a look at this one? Thanks f94765e14b7e6ac81d69c3d7df7f989f11578df1 is the first bad commit commit f94765e14b7e6ac81d69c3d7df7f989f11578df1 Author: Jenkins Build User <tdf@pollux.tdf> Date: Tue Nov 15 11:18:37 2016 +0100 source 10efab2b9a3cf7fc49655c90ba29db4512680c38 https://git.libreoffice.org/core/+/10efab2b9a3cf7fc49655c90ba29db4512680c38 tdf#82824 DOCX import: fix at-char embedded object handling
Miklos Vajna committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/63007619da7e6c4a6d0c466a8fe54324252be14b tdf#144798 DOCX import: handle ZOrder of chart objects It will be available in 7.3.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-7-2": https://git.libreoffice.org/core/commit/482adfc9dd5c08dae2a51d93ee579efa7df6e862 tdf#144798 DOCX import: handle ZOrder of chart objects It will be available in 7.2.3. 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: 7.3.0.0.alpha0+ / LibreOffice Community Build ID: ea65215855462e5e48f7a3a78724c38b5fc0e4d1 CPU threads: 4; OS: Linux 5.10; UI render: default; VCL: gtk3 Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded @Miklos, thanks for fixing this issue!!