https://bugs.documentfoundation.org/show_bug.cgi?id=171240
--- Comment #7 from Justin L <[email protected]> --- Seems like it is not really a regression, as much as exposing different areas of existing weakness. Previously, a lot of 'frames' were missing (basically everything at the top of the pages labeled '10' and '11'). That is because they were tied to the "dummy" paragraph that was deleted. Now that the dummy paragraph isn't deleted, they still exist. So that is the good part. The table is also framePr'd - which means that it ought to be a floating table. We don't import framePr'd tables as floating. So that is an existing weakness. The glaring problem here is the loss of the section properties and the page break - which was the purpose of having the dummy paragraph. So what we want here is an invisible dummy paragraph. -- You are receiving this mail because: You are the assignee for the bug.
