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

Masked Text Box issue in IE 11

6 Answers 109 Views
Input
This is a migrated thread and some comments may be shown as answers.
Manivannan
Top achievements
Rank 1
Manivannan asked on 05 Aug 2014, 04:03 PM
Hi

We use visual studio 2008 with Telerik 2012 Q2. We are facing few minor issues with Masked Text Box. This happens only in IE. 

Masked Text Box


when we enter first letter in the masked text box. text box is hidden.



when we enter second letter in the masked text box. is shows again.



How to fix this issue? 








6 Answers, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 08 Aug 2014, 02:09 PM
Hi Manivannan,

I would suggest you to update your application to the latest official release instead of using the old Q2 2012 version of the controls which is released before the IE11 release. Therefore meeting such issues in this case is expected.
Please update your application and verify if this helps.

Regards,
Maria Ilieva
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
Manivannan
Top achievements
Rank 1
answered on 08 Aug 2014, 02:13 PM
Thank you Maria for your response. We updated new version. We are using 2014.2.724.35 now. Still we are facing same issue. Do you have any other suggestions? We have issues with Masked Text Box. All other controls works great.

Thanks in advance.

0
Justin
Top achievements
Rank 1
answered on 08 Aug 2014, 03:11 PM
We have the exact same issue in IE 11 except it only happens when you tab in to the masked textbox. Clicking it and typing doesn't make it disappear.
0
Manivannan
Top achievements
Rank 1
answered on 12 Aug 2014, 01:39 PM
Issue resolved. I use following code in Maskedtext box.

just added this.

TextMode="MultiLine" Rows="1"

 <telerik:RadMaskedTextBox ID="Phone" runat="server"   TextMode="MultiLine" Rows="1" EnableSingleInputRendering="false" Mask="###-###-####">
                            </telerik:RadMaskedTextBox>
0
Maria Ilieva
Telerik team
answered on 13 Aug 2014, 11:05 AM
Hi Manivannan and Justin,

I was not able to replicate the mentioned issue in both scenarios described in this thread. Therefore, no matter that a possible workaround is found, in case additional assistance is needed, I would suggest you to open a regular support tickets with sample runnable example that demonstrates the issue.
Thus we will be able to debug it locally and advise you further.

Regards,
Maria Ilieva
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
Manivannan
Top achievements
Rank 1
answered on 13 Aug 2014, 12:01 PM
Thank you Maria.
Tags
Input
Asked by
Manivannan
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Manivannan
Top achievements
Rank 1
Justin
Top achievements
Rank 1
Share this question
or