Hi. We encountered an overlapping content case that can be replicated with a basic HTML file like this (complete file attached as simple-report.html):
We compared the PrinceXML output with other products and their output doesn't overlap (screenshots attached).
Is this a PrinceXML bug?
Thank you very much.
PrinceXML version 13.3 (tested on macOS and Linux).
<html>
<body>
<div style="display: flex; flex-direction: column">
<div>
<span style="font-weight: 600; display: block; border: 1px solid blue;">Lorem Ipsum</span>
<p>Venenatis urna ...</p>
<p>...</p>
</div>
<div>
<span style="font-weight: 600; display: block; border: 1px solid blue;">Faucibus interdum posuere</span>
<p>Lorem ipsum ...</p>
<p>...</p>
</div>
</div>
</body>
</html>
We compared the PrinceXML output with other products and their output doesn't overlap (screenshots attached).
Is this a PrinceXML bug?
Thank you very much.
PrinceXML version 13.3 (tested on macOS and Linux).