V7.01.0014 bug when transcoding html table to pdf

Hi all,

I found one bug in pdf-report. When I have a text variable containing html, here I have a html sequence of a table, the orientation is not recognized.


<table style="width: 541px; height: 112px;" border="0">
<tbody>
<tr>
<td valign="top" width="165">Text</td>
<td valign="top" width="105">no info</td>
<td valign="top" width="105">ups</td>
<td valign="top" width="50"> </td>
<td valign="top" width="120"> </td>
</tr>
<tr>
<td>First text</td>
<td>bla bla</td>
<td>bla bla</td>
<td><strong>EUR</strong></td>
<td style="text-align: right;"><strong>first number</strong></td>
</tr>
<tr>
<td>second text</td>
<td> </td>
<td> </td>
<td><strong>EUR</strong></td>
<td style="text-align: right;"><strong>second number</strong></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td style="text-align: right;"><strong>sum</strong></td>
<td><strong>EUR</strong></td>
<td style="text-align: right;"><strong>sum of first and second number</strong></td>
</tr>
<tr>
</tr>
</tbody>
</table>

In the fifth column the orientation is set to right (should be for numbers). If i show that with echo, everything is fine as intended. If I show that html-table in a pdf-report, the orientation is disregarded, the numbers and sum have left-orientation.

Best regards

Eric

Hello,

Issue reported to our bugs team.

regards,
Bernhard Bernsmann