https://bz.apache.org/ooo/show_bug.cgi?id=125579
John <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from John <[email protected]> --- This is almost certainly because the images are contained within Microsoft Word Textboxes, and Writer does not handle textboxes. There are 21 instances of the textbox tag in the HTML including, for example: <v:textbox> <w:txbxContent> <w:p w:rsidR="00507A3F" w:rsidRDefault="00507A3F" w:rsidP="00507A3F"> <w:pPr> <w:pStyle w:val="NormalWeb"/> <w:spacing w:before="0" w:beforeAutospacing="0" w:after="160" w:afterAutospacing="0" w:line="256" w:lineRule="auto"/> </w:pPr> <w:r> <w:rPr> <w:rFonts w:eastAsia="SimSun" w:cs="Arial"/> <w:sz w:val="22"/> <w:szCs w:val="22"/> </w:rPr> <w:t xml:space="preserve">JP2 </w:t> </w:r> </w:p> <w:p w:rsidR="00507A3F" w:rsidRDefault="00507A3F" w:rsidP="00507A3F"> <w:pPr> <w:pStyle w:val="NormalWeb"/> <w:spacing w:before="0" w:beforeAutospacing="0" w:after="160" w:afterAutospacing="0" w:line="256" w:lineRule="auto"/> </w:pPr> <w:r> <w:rPr> <w:rFonts w:eastAsia="SimSun" w:cs="Arial"/> <w:sz w:val="22"/> <w:szCs w:val="22"/> </w:rPr> <w:t xml:space="preserve"> 1</w:t> </w:r> </w:p> </w:txbxContent> </v:textbox> See Textbox, and text in it, in docx file not recognised by OOo at https://forum.openoffice.org/en/forum/viewtopic.php?f=7&t=58829 which points to https://issues.apache.org/ooo/show_bug.cgi?id=117910, https://issues.apache.org/ooo/show_bug.cgi?id=93842 and https://issues.apache.org/ooo/show_bug.cgi?id=117980 LibreOffice FULLY SUPPORTS textboxes in .docx files and also provides Insert > Textbox to permit users to add Textboxes to .odt files. -- You are receiving this mail because: You are the assignee for the issue.
