https://bugs.documentfoundation.org/show_bug.cgi?id=156349

Miklos Vajna <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #1 from Miklos Vajna <[email protected]> ---
Yes, I can reproduce, SwFrame::GetNextFlyLeaf() never finishes.

An additional problem is the limits of the DOCX format here, because that
doesn't support captions on floating tables.

Two fixes I can think of:

1) if the frame only contains one table and is allowed to split, then hide the
UI to insert a caption because the resulting document won't be something you
can save back to DOCX, because of the limits of the format. (We'll save it as a
shape, containing the table + the caption, but won't be able to split across
pages.)

or

2) if the frame contains more than just a table and the user marks it as "split
across pages", then ignore this request during rendering and still keep the
table on a single page.

I believe any of these would fix your problem; perhaps 1) is better? I guess
it's annoying if our UI allows creating documents that you can't save back
later.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to