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?
Thank you for the sample!
I have investigate it, although I couldn't represent the issue. Every value that I typed displays correctly (e.g. 7.94). I am attaching you back the sample with video that is showing actions that I've perform. I have tested you sample with IE10, Firefox and Chrome and with NetAdvantage versions 13.1.20131.2107, 12.2.20122.2257 and 11.1.20111.1006.
I have noticed that you use a lot of other script, could you please try your sample without add them, and tell me what is the result?
Looking forward to hearing from you!
Thanks for replying me.
I went through your sample application and tried my application with NetAdvantage version 12.2.20122.2257 (Infragistics45.Web.v12.2 ). Then it works.
I used NetAdvantage version 12.2.20122.2031 (Infragistics4.Web.v12.2) in my sample application. It doesn't work.
Could you please have a look on it?
I am just following up to see if you need any further assistance on this issue. If so, please do not hesitate to contact me.
Hey Kolev,
Thanks for your help and being very responsive to our posts.
I got the latest service release as you mentioned and used in our web application. Yes that fixed the numbers resetting issue. But unfortunately now Infragistics numeric controls are completely unusable in IE 11 (All the other browsers they work fine except IE 11). Number are typed in reverse order. Ex: If we type 123 it will type as 321.
We experience this after we get the service release, previously it was fine except the resetting issue. May be v12.2 is not supported by IE 11. Do you think there is any sort of solution for this issue?.
I will attach a sample application as well (Written in VS2012).
It is really disappointed how Microsoft handles IE. Every time they do a release there is something wrong. We have to do some changes to our web applications to work on it. There is no any problem with any other browsers.
Really appreciate your help,
Regards,
Wijtiha
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.
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