As part of a Report Design rendering run, I have some rich text data passed to the renderer. <br />
HTML is supplied in this format:<br />
<br />
<pre class='_prettyXprint _lang-auto _linenums:0'><ul><li style="text-align:left;"><span style="font-size:12px;">
<font face="Arial" color="#262626">Desc Num 1</font></span></li>
<li style="text-align:left;"><span style="font-size:12px;">
<font face="Arial" color="#262626">Desc Num 2</font></span></li>
<li style="text-align:left;"><span style="font-size:12px;">
<font face="Arial" color="#262626">Desc Num 3</font></span></li>
<li style="text-align:left;"><span style="font-size:12px;">
<font face="Arial" color="#262626">Desc Num 4</font></span></li>
<li style="text-align:left;"><span style="font-size:12px;">
<font face="Arial" color="#262626">Desc Num 5</font></span></li>
<li style="text-align:left;"><span style="font-size:12px;">
<font face="Arial" color="#262626">Desc Num 6</font></span></li></ul></pre>
<br />
On certain systems (Production!) the list is rendered with huge spaces between the items, but on other systems, the list appears correctly.<br />
<br />
Note: It is only the Numbered list that I see this rendering issue<br />
<br />
Image here of 2 rendering outputs, erroneous on left, correct on right <a class='bbc_url' href='
http://i.imgur.com/Qid4V.png'>http://i.imgur.com/Qid4V.png</a><br />
<br />
Any suggestions what direction I could take to resolve this appreciated.<br />
Ro