Completed
Last Updated: 30 Oct 2015 14:01 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 30 Sep 2015 06:41
Category: Editors
Type: Bug Report
0
FIX. RadMaskedEditBox - incorrect cursor position after entering the first symbol when the Mask is set to "C" and initially the Value is null
To reproduce:

Me.RadMaskedEditBox1.Mask = "c"
Me.RadMaskedEditBox1.MaskType = MaskType.Numeric
Me.RadMaskedEditBox1.Value = Nothing

 Try to enter "123". You will notice that after entering "1", the cursor is positioned after "$" instead of "1". Thus, the  entered value will be  "$231.00", instead the expected "$123.00"

Workaround: initialize the RadMaskedEditBox with Value= 0.
2 comments
ADMIN
Stefan
Posted on: 30 Oct 2015 14:01
Hi Gustavo,

this is already fixed in our internal builds and the fix will be included in our next release which is Q3 2015 SP1, hence the scheduled field of this item is Q3 2015 SP1. 

The release is expected to be out by the end of the following week. I hope that this timeframe is suitable for you.
Gustavo
Posted on: 30 Oct 2015 12:45
Please, when this will be corrected? Having this situation is not good because when save data to database, a value 0 is different from an empty value. I mean, maybe the document being indexed has no value at all and I cannot just remove the 0 and save null to database. maybe the document has a value of zero....