I am receiving following js error when I am trying to set a Bigdecimal
value for a grid column using HTMLTable setText function.
I am using BigDecimal constructor to initialize the BigDecimal value.
m_table.setText(row, col, text); //m_table here is of type HTMLTable
setText for HTMLTable is erroring for simple values for the "text" parameter e.g.- "60.00", "23.57"
This is happening only in IE8 . Works fine in Firefox.
Script Error:
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64;
Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR
3.0.30729; Media Center PC 6.0)
Timestamp: Thu, 30 Dec 2010 18:51:16 UTC
Message: Exception thrown and not caught
Line: 1
Char: 21338
Code: 0
URI:
http://dev3.compiere.org/apps/js/bigdecimal.js
This issue happens only when I run the application in web mode.
Please help.