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,
Thank you for using our product!
I have create a sample in order to reproduce the issue, but everything seems okay (See the attached image).
Code snippet:
.......
In order to reproduce the issue and further investigate it, could you please send me isolated sample where the issue is reproduced.
This will be highly appreciated!
Looking forward to hearing from you.
Hi Zdravko Kolev,
Could you please look into the sample application I have attached herewith?
Some of my customers using IE 11 (but not all) are experiencing this same issue. My application uses version 13.2.20132.2028. Unfortunately, I can't replicate the error in any of my development or testing environments. Putting my customers' IE browsers into compatibility mode resolves the backwards typing but is obviously not an ideal long term solution.
Hello guys,
This issue regarding IE 11 is resolved in the last service release of 13.2.
You can download the latest service release for your version by following the steps above in my previous comments
Let me know if you need further assistance.
Hi Zdravko,
I'm already using v. 13.2.20132.2028, which matches the notation of the latest service release. Is there a new release since the December 19, 2013 service release? If not, I don't think this problem is actually resolved. The issue some of my customers are having (I cannot replicate this problem - I've only seen it on my customers' computers) matches that noted in Wijtiha's 01-17-2014 4:43 AM post - numbers typed into WebCurrencyEditor boxes are reversing direction (e.g., entering 123 results in 321).
There is no other service release after December 19. I have tried to reproduce the issue when using WebCurrenyEditor, although I couldn't. If we do not have a working sample that is reproducing the issue, we could not further investigate it. I understand that you could not provide us with sample, although will be highly appreciated in order to further investigate it.
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
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/
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.