<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
					xmlns:content="http://purl.org/rss/1.0/modules/content/"
					xmlns:wfw="http://wellformedweb.org/CommentAPI/"
					xmlns:dc="http://purl.org/dc/elements/1.1/"
					xmlns:atom="http://www.w3.org/2005/Atom"
					xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
				  >
<channel>
<title><![CDATA[Latest issues]]></title>
<link>http://jasperforge.org/projects/jasperreports/tracker</link>
<description><![CDATA[Forge latest issues]]></description>
<image><title><![CDATA[Latest issues]]></title>
<link>http://jasperforge.org/projects/jasperreports/tracker</link>
<url>http://jasperforge.org/themes/jasper/images/tools/logo.gif</url>
</image>
<language></language>
<pubDate>Wed, 16 May 2012 23:36:41 +0000</pubDate>
<item>
<title><![CDATA[Hyperlink to local anchor in docx]]></title>
<link>http://jasperforge.org/plugins/mantis/view.php?id=5741</link>
<pubDate>Mon, 14 May 2012 13:17:57 +0000</pubDate>
<description><![CDATA[Hyperlink to local anchor does not work in docx export.

I would like to open bug related to this unreplied forum post.
http://jasperforge.org/plugins/espforum/view.php?group_id=83&forumid=101&topicid=87426]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/mantis/view.php?id=5741</guid>
</item>
<item>
<title><![CDATA[docx export w:sz invalid OpenXML]]></title>
<link>http://jasperforge.org/plugins/mantis/view.php?id=5738</link>
<pubDate>Thu, 10 May 2012 19:43:13 +0000</pubDate>
<description><![CDATA[w:sz is supposed to be unsignedLong, not a decimal.

Jasper is producing a decimal, which downstream systems may drop.  If this happens, the resulting docx won't open in Word 2007 (though Word 2010 is OK).

Output docx contains:

 <w:style w:type="paragraph" w:styleId="EMPTY_CELL_STYLE">
  <w:name w:val="EMPTY_CELL_STYLE" />
   <w:qFormat />
      <w:pPr>
      </w:pPr>
        <w:rPr>
        <w:sz w:val="1.0" />
       </w:rPr>
 </w:style>

]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/mantis/view.php?id=5738</guid>
</item>
<item>
<title><![CDATA[run to bottom 'incorrect']]></title>
<link>http://jasperforge.org/plugins/mantis/view.php?id=5735</link>
<pubDate>Sat, 05 May 2012 02:13:13 +0000</pubDate>
<description><![CDATA[Incorrect pagination, due to the need to set a preceding sub-report to "run to bottom"

When a subreport has multiple columns and a later column  is longer than a proceeding one
Then the columns are truncated to the same length (even with float column footer set true)

The only way round this is to set the subreport to "run to bottom", but this then generates a report that is the FULL page height and so even if the content is empty it causes a pageation for future sub reports.
]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/mantis/view.php?id=5735</guid>
</item>
<item>
<title><![CDATA[Jasper exported html when sent as email isn't rendering well on Gmail]]></title>
<link>http://jasperforge.org/plugins/mantis/view.php?id=5729</link>
<pubDate>Wed, 02 May 2012 09:52:31 +0000</pubDate>
<description><![CDATA[Jasper reports exported to html when sent as email renders perfectly fine on all major email providers except on gmail. The whole layout is distorted because pixel image embedded to align the layout are displayed abnormally large. Moreover the text is displayed in blue font.]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/mantis/view.php?id=5729</guid>
</item>
<item>
<title><![CDATA[Some kind of jpg images are not taken into account]]></title>
<link>http://jasperforge.org/plugins/mantis/view.php?id=5726</link>
<pubDate>Thu, 26 Apr 2012 13:02:03 +0000</pubDate>
<description><![CDATA[I can't explain why some images are creating such a problem in a report.

If one of this image is added in a japser pdf report (I tried with v 3.6 and v 4.5) :
- the report crashes if opened with adobe pdf viewer
- the report generate a weird image if opened with pdf-x change viewer

I wonder this is a problem with one "type" of image, but which ?

Here is one of those images]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/mantis/view.php?id=5726</guid>
</item>
<item>
<title><![CDATA[Infinite Loop]]></title>
<link>http://jasperforge.org/plugins/mantis/view.php?id=5717</link>
<pubDate>Tue, 17 Apr 2012 11:31:13 +0000</pubDate>
<description><![CDATA[I have a problem of infinite loop in a report using JasperReports.
I have attached two jrxml (s) (main report and its subreport).
The main report gets its data from customized DataSource, and the subreport get your data by running a SQL statement that returns only a single line but with many columns that can have extensive content.
Depending on the data returned by the SQL statement an infinite loop occurs.
This is a problem that has caused so much stress with customers because it compromises all applications that run within the same application server halting production until the application server is restarted.

Any help will be greatly appreciated.]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/mantis/view.php?id=5717</guid>
</item>
<item>
<title><![CDATA[New lines in server generated report text field but not in iReport]]></title>
<link>http://jasperforge.org/plugins/mantis/view.php?id=5716</link>
<pubDate>Fri, 13 Apr 2012 11:00:44 +0000</pubDate>
<description><![CDATA[I have a table in iReport which generates to a PDF correctly:

<componentElement>
    <reportElement key="server vendor table" style="table" x="272" y="437" width="150" height="115"/>
    <jr:table>
        <jr:column width="50">
            <jr:columnHeader style="table_CH" height="15" rowSpan="1">
                <staticText>
                    <reportElement x="5" y="0" width="45" height="15"/>
                    <textElement/>
                    <text><![CDATA[Server Vendor]]></text>
                </staticText>
            </jr:columnHeader>
            <jr:detailCell style="table_TD" height="18" rowSpan="1">
                <textField>
                    <reportElement x="5" y="0" width="45" height="15"/>
                    <textElement/>
                    <textFieldExpression><![CDATA[$F{vendor}]]></textFieldExpression>
                </textField>
            </jr:detailCell>
        </jr:column>
        <jr:column width="50">
            <jr:columnHeader style="table_CH" height="15" rowSpan="1">
                <staticText>
                    <reportElement x="5" y="0" width="45" height="15"/>
                    <textElement/>
                    <text><![CDATA[# Hosts]]></text>
                </staticText>
            </jr:columnHeader>
            <jr:detailCell style="table_TD" height="18" rowSpan="1">
                <textField>
                    <reportElement x="5" y="0" width="45" height="15"/>
                    <textElement/>
                    <textFieldExpression><![CDATA[$F{count}]]></textFieldExpression>
                </textField>
            </jr:detailCell>
        </jr:column>
        <jr:column width="50">
            <jr:columnHeader style="table_CH" height="15" rowSpan="1">
                <staticText>
                    <reportElement x="5" y="0" width="45" height="15"/>
                    <textElement/>
                    <text><![CDATA[Host %]]></text>
                </staticText>
            </jr:columnHeader>
            <jr:detailCell style="table_TD" height="18" rowSpan="1">
                <textField>
                    <reportElement x="5" y="0" width="45" height="15"/>
                    <textElement/>
                    <textFieldExpression><![CDATA[$F{pc}]]></textFieldExpression>
                </textField>
            </jr:detailCell>
        </jr:column>
    </jr:table>
</componentElement>

When generating the report from iReport, the PDF is generated correctly, the result is http://dl.dropbox.com/u/679149/good.png - but when generated using Java the text entry for "HP" in the first column is split across multiple lines http://dl.dropbox.com/u/679149/bad.png

A work around suggested at http://stackoverflow.com/questions/10107023/new-lines-in-server-generated-report-text-field-but-not-in-ireport is to add a space after the $F{vendor} which resolves the issue.]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/mantis/view.php?id=5716</guid>
</item>
<item>
<title><![CDATA[Layout of HTML-Lists in created pdf]]></title>
<link>http://jasperforge.org/plugins/mantis/view.php?id=5715</link>
<pubDate>Fri, 13 Apr 2012 09:29:00 +0000</pubDate>
<description><![CDATA[when using a textfield with html-markup that conatins a list (ul), the list is rendered with bullets as expected. However, if one list item is longer than one line, the next line is not intended correctly]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/mantis/view.php?id=5715</guid>
</item>
<item>
<title><![CDATA[Points in XySeriesChart are connected in wrong order]]></title>
<link>http://jasperforge.org/plugins/mantis/view.php?id=5713</link>
<pubDate>Tue, 10 Apr 2012 07:19:35 +0000</pubDate>
<description><![CDATA[If I use a XYLineAndShapeRenderer for a  XySeriesChart the points are connected in wrong order, i.e. by the x value of the points instead of their position in the data set.

Cause: in src/net/sf/jasperreports/charts/fill/JRFillXyDataset.java the constructor for org.jfree.data.xy.XYSeries is called with default value for autoSort parameter (i.e. true):
150c150
< 					xySrs =  new XYSeries(seriesName);
---
> 					xySrs =  new XYSeries(seriesName, false);]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/mantis/view.php?id=5713</guid>
</item>
<item>
<title><![CDATA[Bottom Border Missing from Standard Table on bottom row when cell is blank when exporting to Excel.]]></title>
<link>http://jasperforge.org/plugins/mantis/view.php?id=5712</link>
<pubDate>Mon, 09 Apr 2012 15:49:28 +0000</pubDate>
<description><![CDATA[We are using Jasper Reports 4.5.1.
 
The reports look fine in Previewer.
 
When we export to excel we do not get a bottom cell border drawn when the bottom cell in a column does not have enough text to "stretch" the row height.  We have tried setting the row height to a very small number but sometimes the data is null.
 
 
 

 
 
We get the bottom cell lines to be drawn, but each detail row  consists of multiple Excel rows.  See attached.

]]></description>
<guid isPermaLink="true" >http://jasperforge.org/plugins/mantis/view.php?id=5712</guid>
</item>
</channel>
</rss>
