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

--- Comment #14 from Eyal Rozenberg <[email protected]> ---
(In reply to Eyal Rozenberg from comment #13)

Now let's consider this ODF-wise. 

Before inserting the page break, we have:

  <text:p text:style-name="P2">Eum omnis ... inventore.</text:p>
  <text:p text:style-name="P2">At eveniet ... recusandae.</text:p>

Expected result of inserting the page break:

  <text:p text:style-name="P3">Eum omnis ... inventore.</text:p>
  <text:p text:style-name="P2">At eveniet ... recusandae.</text:p>

with the P3 style involving a

  <style:paragraph-properties fo:break-after="page"/>

Unexpected, but tolerable, result of inserting the page break:

  <text:p text:style-name="P2">Eum omnis ... inventore.</text:p>
  <text:p text:style-name="P3">At eveniet ... recusandae.</text:p>

with the P3 style involving a

  <style:paragraph-properties fo:break-before="page"/>

Actual result:

  <text:p text:style-name="P2">Eum omnis ... inventore.</text:p>
  <text:p text:style-name="P3"/>
  <text:p text:style-name="P2">At eveniet ... recusandae.</text:p>

with the P3 style involving a

  <style:paragraph-properties fo:break-before="page"/>

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

Reply via email to