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

RadMaskedTextBox : Application crash if we enter numbers while Microsoft IME alphanumeric mode

2 Answers 66 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
James
Top achievements
Rank 1
James asked on 08 Jan 2015, 06:38 AM
The issue is with RadMaskedTextBox causing application crash when we change keyboard settings to Japanese Microsoft IME with Input Mode as 'Full width Alphanumeric' and trying to enter numeric values.

A sample code is given below and same is attached in order to reproduce the issue.

<tele:RadMaskedTextBox x:Name="NumerictextBox" 
                               MaskType="Numeric" 
                               MinWidth="100" 
                               HorizontalContentAlignment="Right"
                               Mask="n0" 
                               MaskedText="{Binding MaskText}"
                               TextAlignment="Right" 
                               Height="20" 
                               Margin="141,63,142,226" >            
</tele:RadMaskedTextBox>  


Reproduction Steps :
* Change keyboard from normal mode to japanese microsoft IME
* Enter numeric values in RadMaskedTextBox while normal keyboard mode and then switch japanese mode and try to enter numeric values.

Please let me if you have any queries relating issue.

Solution please !!!

Waiting to your reply.
Thanks in advance

James Xavier




2 Answers, 1 is accepted

Sort by
0
Peshito
Telerik team
answered on 12 Jan 2015, 08:02 AM
Hi James,

The RadMaskedTextBox component is obsolete and it is removed since the Q2 2014 release. I suggest you to try the same scenario using the newer control - RadMaskedTextInput. Please let me know if the issue is still reproducible with it.

Regards,
Peshito
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Peshito
Telerik team
answered on 12 Jan 2015, 08:45 AM
Hello James,

I am writing as a follow up to my previous answer.

Actually we have similar issue logged in our feedback portal as a bug report. You can view and vote for it in order to raise its priority using the link below:
http://feedback.telerik.com/Project/143/Feedback/Details/113688-maksedinput-japanese-input-issues

Regards,
Peshito
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
General Discussions
Asked by
James
Top achievements
Rank 1
Answers by
Peshito
Telerik team
Share this question
or