Hi,
In our ASP.NET web application we have used a WebCurrencyEditor control (Infragistics4.Web.v12.2).
Function ShowValue()
{ var oAmount = $find(getPageElement("Amount").id);
alert(“value: ”+ oAmount.value +”\br get value”+ oAmount.get_value());
}
When we enter some values e.g. 4.94, 5.94, 6.94, 7.94 and focus out the control, those values becomes 4.93, 5.93, 6.93, 7.93. When I debug the application I saw value and get_value properties give different values.
E.g. original value = 4.94 oAmount.value = 4.9399999999999995 oAmount.get_value() = 4.93
This does not happen to all values. Does anyone have any solution to overcome this issue?
Thanks.
Hello,
If you have other question on concerns, contact me.
Hello wijitha and droedger,
According our Infragistics Product Lifecycle documentation, the last service release for version 12.2 was at September 2013, in other words wijutha you will need to upgrade to newer version of our product in order to use IE 11 without this "type characters in reverse" issue. Also, wijutha, I have tested your sample and under the last version of our product everything was okay, with IE11 this issue do not appeared.
Droedger, I have create a small isolated sample in order to show you that this issue is already fixed in the last service release, could you please make the necessary changes to the sample in order to reproduce the issue and further investigate it, because it can be related to some additional code interaction or something else.
Reference:
http://es.infragistics.com/help/product-lifecycle/
Looking forward to hearing from you.
Droedger,
Yeah you are correct, though there is a little difference. In v12.2 that issue is happening always while in v13.2 its happening randomly. If you have a look in to my same application you will see it.
I'm waiting to hear something from infragistics.
Thanks
Wijitha,
My application uses the most current 13.2 service release and a small minority of my custoemrs have reported this problem, so updating may not solve this for you.
Hi Kolev,
Just want to double check my options, I have no way to fix this issue (typing reverse in IE) while having Infragistics v12.2. Actually this issue is there only in the service release, not in the main release. In main release there is a separate issue as mentioned at the top of this thread.
So my only option is to go for v13.2, is it? Unfortunately our licence has expired in last year, which mean we have to renew it :(.
Thanks,
Wijitha