[Libreoffice-bugs] [Bug 119015] New: A .PPTX has table in wrong position (at the top), with one cell blue without text
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Jul 31 12:33:21 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=119015
Bug ID: 119015
Summary: A .PPTX has table in wrong position (at the top), with
one cell blue without text
Product: LibreOffice
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Impress
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: mikekaganski at hotmail.com
Created attachment 143839
--> https://bugs.documentfoundation.org/attachment.cgi?id=143839&action=edit
A minimized sample with distorted table
The attachment opens in Impress with the table in wrong position (at the top of
the slide instead of in the middle), and its second cell has blue background
and no text (must be "A3" without background). It opens fine in MS PowerPoint.
Tested with Version: 6.1.0.2 (x64)
Build ID: b3972dcf1284967612d5ee04fea9d15bcf0cc106
CPU threads: 12; OS: Windows 10.0; UI render: GL;
Locale: ru-RU (ru_RU); Calc: CL
The problem is because of the table has one row and three cells, with two first
cells merged. On import, CellCursor::merge() calls TableModel::optimize(),
which removes the second column, and then the import code throws out of the
method creating the table, leaving it uninitialized.
--
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/20180731/233138d4/attachment.html>
More information about the Libreoffice-bugs
mailing list