<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/xwireframework/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/xwireframework/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 16 May 2006 12:55:50 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/xwireframework/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>NumberFormat.class.js Decimal Bug</title><link>https://sourceforge.net/p/xwireframework/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Paul and I noticed this bug when we were first &lt;br /&gt;
working on our PreOrder project.  The NumberFormat &lt;br /&gt;
class was putting the decimal place in the wrong &lt;br /&gt;
position or in some cases even returning multiple &lt;br /&gt;
decimal points.&lt;/p&gt;
&lt;p&gt;We had fixed it at the time, but updating to version &lt;br /&gt;
1.6 of the xWire client reverted our file back to the &lt;br /&gt;
version with the bug.&lt;/p&gt;
&lt;p&gt;The fix is to change line 54 from....&lt;/p&gt;
&lt;p&gt;number = this.roundIfNecessary(parseFloat(number), &lt;br /&gt;
fractionDigits);&lt;/p&gt;
&lt;p&gt;...to...&lt;/p&gt;
&lt;p&gt;number = this.roundIfNecessary(number, &lt;br /&gt;
fractionDigits);&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">RBrandt</dc:creator><pubDate>Tue, 16 May 2006 12:55:50 -0000</pubDate><guid>https://sourceforge.netf26c4ce96dd44ce8843d86212c720a3a8797081a</guid></item><item><title>XML Binding referencing HTML name not working</title><link>https://sourceforge.net/p/xwireframework/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When using the name attribute of an HTML element to&lt;br /&gt;
locate and identify the element, the XMLBinding is&lt;br /&gt;
using the "getElementsByName()" function of the HTML&lt;br /&gt;
Form.  The problem is that this function is only&lt;br /&gt;
available on the document.&lt;/p&gt;
&lt;p&gt;It currently ends in a Javascript error.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeff Roberts</dc:creator><pubDate>Fri, 12 May 2006 01:49:40 -0000</pubDate><guid>https://sourceforge.netdc9e51cb3b7c32e43114311cd900d9f238569b21</guid></item></channel></rss>