I'm having trouble with a table element's rendering. <br />
<br />
One of the table's cells contains a dynamic text element. When this dynamic text element contains a very large value it causes rendering issues (both in HTML and PDF output).<br />
<br />
In HTML (and not PDF) the page just gets extended to accommodate the cell's contents, irrespective of its size. This can lead to very very long pages being shown in the viewer. This is similar to the issue described in: <a class='bbc_url' href='
http://www.birt-exchange.org/org/forum/index.php/topic/24255-page-breaks-with-dynamic-text-leaves-page-empty/page__p__92801&.'>http://www.birt-exchange.org/org/forum/index.php/topic/24255-page-breaks-with-dynamic-text-leaves-page-empty/page__p__92801&.</a><br />
<br />
In PDF the paging is correct.<br />
<br />
However, in HTML and PDF the long content is <strong class='bbc'>repeated</strong> many times. Why would this be happening? I'm guessing it's a BIRT bug? If so, is there a known workaround?<br />
<br />
I'm using Actuate 11SP3.<br />
<br />
Many thanks in advance.