Table row does not break

  • I have a RTF table with some rows, and the first row fits in one page. When I put this RTF in a WPRichText object, and update the text in any way, WPRichText insert a page break before the row, wich means, the row does not break when does not fit in the page. Property wpfDontBreakTable and wpfDontBreakTableRows are disable, so it should break the row. This problem occur in version 8.00.8 in Delphi Berlin 10.1 update 2. If i put this same RTF in WP 7.33.1 in Delphi 7, it behaves like I expect (the row breaks when does not fit in the page).