| Summary: | FILEOPEN: DOCX: Table is displayed behind the text | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Xisco Faulí <xiscofauli> |
| Component: | Writer | Assignee: | Justin L <jluth> |
| Status: | VERIFIED FIXED | ||
| Severity: | normal | CC: | hugo.jonker, jluth, marcoagpinto, vmiklos, xiscofauli |
| Priority: | medium | Keywords: | bibisected, bisected, filter:docx, regression |
| Version: | 4.4.0.0.alpha0+ Master | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: |
https://bugs.documentfoundation.org/show_bug.cgi?id=108973 https://bugs.documentfoundation.org/show_bug.cgi?id=109077 https://bugs.documentfoundation.org/show_bug.cgi?id=104602 https://bugs.documentfoundation.org/show_bug.cgi?id=111899 https://bugs.documentfoundation.org/show_bug.cgi?id=137850 |
||
| Whiteboard: | target:6.0.0 target:5.3.8 target:5.4.4 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 104444, 133537 | ||
| Attachments: | InTheBackgroundTestShape.docx: simplified unit test | ||
|
Description
Xisco Faulí
2016-11-17 10:57:09 UTC
Regression introduced by: author Miklos Vajna <vmiklos@collabora.co.uk> 2014-06-18 09:57:31 (GMT) committer Miklos Vajna <vmiklos@collabora.co.uk> 2014-06-18 10:09:15 (GMT) commit d379d18666aa42031359ca8eb34b0021960347ae (patch) tree d0324e2297be256e8c291cd6e17676f68f9f072d parent 8e67a7796f598de2f11b694542bccb48343f0d9a (diff) oox: import WPS shape with text as shape with textbox This allows having real shapes (like having rounded corners) and complex content (like containing a table) at the same time. WPS shapes are wrappers around drawingML markup in DOCX files, so this only affects the DOCX import. Adding Cc: to Miklos Vajna *** Bug 105794 has been marked as a duplicate of this bug. *** Xisco Faulí: thanks for so quickly pointing out the duplicate! I can confirm this behaviour, see also bug 105794. *** Bug 107428 has been marked as a duplicate of this bug. *** Given there's now a few cases reported (see the duplicate bug reports), each of which has attachments illustrating the problem, perhaps the status can be updated to "confirmed"? Created attachment 134522 [details]
InTheBackgroundTestShape.docx: simplified unit test
proposed fix: gerrit.libreoffice.org/39671.
This fixes this bug's 304_Optimised.docx, and bug 105794's lege brief - En.docx. Bug 107428 has no background frames, so a different (but related) problem. Justin Luth committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=cc438f60d6ad0855f754dd32da9c9a80c7cabf92 tdf#103978 textboxhelper: syncProperty OPAQUE (wrap in background) It will be available in 6.0.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. Verified in Version: 6.0.0.0.alpha0+ Build ID: 50799a721c7ddcf9475a1b79984ed64ddd7cdf57 CPU threads: 4; OS: Linux 4.8; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); Calc: group Justin Luth committed a patch related to this issue. It has been pushed to "libreoffice-5-3": http://cgit.freedesktop.org/libreoffice/core/commit/?id=d71ac6936bd47e4e19d25c2c10c51d41ae759991&h=libreoffice-5-3 tdf#103978 textboxhelper: syncProperty OPAQUE (wrap in background) It will be available in 5.3.8. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. Justin Luth committed a patch related to this issue. It has been pushed to "libreoffice-5-4": http://cgit.freedesktop.org/libreoffice/core/commit/?id=1649d5dfaca6fb29e75bd18e3e0d4f985a9eebeb&h=libreoffice-5-4 tdf#103978 textboxhelper: syncProperty OPAQUE (wrap in background) It will be available in 5.4.4. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. |