<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/xwireframework/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/xwireframework/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/xwireframework/bugs/</id><updated>2006-05-16T12:55:50Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>NumberFormat.class.js Decimal Bug</title><link href="https://sourceforge.net/p/xwireframework/bugs/2/" rel="alternate"/><published>2006-05-16T12:55:50Z</published><updated>2006-05-16T12:55:50Z</updated><author><name>RBrandt</name><uri>https://sourceforge.net/u/rickbrandt/</uri></author><id>https://sourceforge.netf26c4ce96dd44ce8843d86212c720a3a8797081a</id><summary type="html">&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;</summary></entry><entry><title>XML Binding referencing HTML name not working</title><link href="https://sourceforge.net/p/xwireframework/bugs/1/" rel="alternate"/><published>2006-05-12T01:49:40Z</published><updated>2006-05-12T01:49:40Z</updated><author><name>Jeff Roberts</name><uri>https://sourceforge.net/u/userid-759250/</uri></author><id>https://sourceforge.netdc9e51cb3b7c32e43114311cd900d9f238569b21</id><summary type="html">&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;</summary></entry></feed>