FIX. RadMaskedEditBox - when the mask has static characters typing in the mask consumes character type
To reproduce:
- Use the following mask: "+56000000000".
- Then type 5 when the whole text is selected.
- The caret move to 5 instead of inserting it in the text box like in the default .NET control.