opendocument-app / OpenDocument.droid

It's Android's first OpenOffice Document Reader!
https://opendocument.app/
Other
259 stars 36 forks source link

Tables don't render properly #354

Closed LavellanDWR closed 2 months ago

LavellanDWR commented 3 months ago

Tables don't render correctly in .docx files. Only the first column is visible.

andiwand commented 3 months ago

@TomTasche for DOCX we use the core backend right? That might be an actual bug in core in this case.

@LavellanDWR are you able to share a file so we can reproduce this? Or does this happen with all of your files?

TomTasche commented 3 months ago

@TomTasche for DOCX we use the core backend right? That might be an actual bug in core in this case.

Correct!

LavellanDWR commented 3 months ago

@TomTasche for DOCX we use the core backend right? That might be an actual bug in core in this case.

@LavellanDWR are you able to share a file so we can reproduce this? Or does this happen with all of your files?

Here! A few sample tables and screenshots of what they look like in the app. The other columns get displayed far off on the other side of the document.

tabletest.docx xb08ed8pjguolxf5 52fzxvv6bjya1ajb

TomTasche commented 3 months ago

@andiwand I guess this is an issue for the core? As we know from ODT already, tables are a pain though...

andiwand commented 3 months ago

Should be fixed with https://github.com/opendocument-app/OpenDocument.core/pull/370 which has to be consumed by a newer version of the core here

TomTasche commented 2 months ago

This is (slowly) rolling out now!