[Libreoffice-bugs] [Bug 134860] Table in the document is not shown in writer, but it is shown in Word correctly
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Jul 17 06:44:29 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=134860
Justin L <jluth at mail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
OS|Windows (All) |All
Hardware|x86-64 (AMD64) |All
See Also| |https://bugs.documentfounda
| |tion.org/show_bug.cgi?id=11
| |1550
--- Comment #6 from Justin L <jluth at mail.com> ---
(In reply to Radomir Terber from comment #0)
> It may be some inaccuracy in the document since it is generated.
If I first round-trip this with Word 2003, then LO can see the table just fine.
The table is located inside of a character-run
<w:p>
<w:r>
<w:tbl>
...
</w:tbl>
<w:r>
</w:p>
Sounds identical to LO 6.0 commit 67a61e54531801645d51ad89aac30064b8c4b4e8
Author: Mike Kaganski on Thu Jul 13 09:08:56 2017 +0300
tdf#111550: A workaround for out-of-order (in-paragraph) tbl on OOXML
Word allows <w:tbl> to be direct child of <w:p>, which is illegal
according to ECMA-376-1:2016.
This allows for import the data in such tables (previously, this text
was simply dropped, causing dataloss) - bug-to-bug compatibility with Word.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200717/9301d448/attachment-0001.htm>
More information about the Libreoffice-bugs
mailing list