Hi,
I have some output with tables that can have the size of more than one page. The algorithm to break these tables is "wrong" undependently of using "page-break-inside: avoid" or not.
In the attachment, you'll see some minimal pathological example, where, instead of "detecting" immediatly that the table will be too long and starting to output it immediatly, princexml will first show a page with only the title, then a page with only the subtitle, then finally the table...
There is 3 cases:
1) table size = 1 page + page-break-inside: avoid
2) table size = 1 page
3) table size > 1 page + page-break-inside: avoid
The same wrong behavior is observed for all.
Best regards.
Lorenzo
I have some output with tables that can have the size of more than one page. The algorithm to break these tables is "wrong" undependently of using "page-break-inside: avoid" or not.
In the attachment, you'll see some minimal pathological example, where, instead of "detecting" immediatly that the table will be too long and starting to output it immediatly, princexml will first show a page with only the title, then a page with only the subtitle, then finally the table...
There is 3 cases:
1) table size = 1 page + page-break-inside: avoid
2) table size = 1 page
3) table size > 1 page + page-break-inside: avoid
The same wrong behavior is observed for all.
Best regards.
Lorenzo