This is a migrated thread and some comments may be shown as answers.

CTRL-X issue with MaskedTextInput without any mask

1 Answer 64 Views
MaskedInput (Numeric, DateTime, Text, Currency)
This is a migrated thread and some comments may be shown as answers.
Laurent Kempé
Top achievements
Rank 2
Laurent Kempé asked on 18 Apr 2013, 10:19 AM
Hi 

I have a MaskedTextInput with the following settings

<telerik:RadMaskedTextInput Style="{StaticResource SingleLineTextInputWithNoMask}" Value="{Binding Value}" />

and its style

<Style x:Key="SingleLineTextInputWithNoMask" TargetType="{x:Type telerik:RadMaskedTextInput}" >
    <Setter Property="IsClearButtonVisible" Value="False" />
    <Setter Property="InputBehavior" Value="Insert" />
    <Setter Property="Mask" Value="" />
    <Setter Property="AcceptsReturn" Value="False" />
</Style>

When a user mark the text content and hit CTRL-X a mask like _________ is shown and then it is impossible to paste again text to that MaskedTextInput, which I think is a bug

I am using RadControls for WPF controls with version 2013.1.403.40

Cheers
Laurent Kempé

1 Answer, 1 is accepted

Sort by
0
Pavel R. Pavlov
Telerik team
answered on 23 Apr 2013, 06:52 AM
Hi Laurent,

We already answered this question in your bug report, but I will post the same answer here so others from the community will be aware.

This is a bug in our RadMaskedTextInput. We logged it in our PITS where you can track its status.  However, we cannot currently promise an estimated time for the fix. Thank you for your understanding. 

All the best,
Pavel R. Pavlov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
MaskedInput (Numeric, DateTime, Text, Currency)
Asked by
Laurent Kempé
Top achievements
Rank 2
Answers by
Pavel R. Pavlov
Telerik team
Share this question
or