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

RadMaskedTextBox weird behavior in IE7

1 Answer 43 Views
Input
This is a migrated thread and some comments may be shown as answers.
Richard Nash
Top achievements
Rank 2
Richard Nash asked on 22 Aug 2011, 06:57 PM
My user's are restricted to using IE7, and the RadMaskedTextBox is behaving very weird in this browser.  When focused on the control, the insertion point moves to the end of the masked characters when a button is pressed.  For example, if my mask is "(###) ### - ###", and the insertion point is at the beginning and I press "1", then the text displayed in the box becomes "(1##) ### - ###" and the insertion point moves to the very end and no more text is able to be typed in.  Now if I move the insertion point with the mouse cursor to the proper place after the "1", then I can type the next character but only to get booted back to the end of the mask all over again.

Here is my markup:
<telerik:RadMaskedTextBox ID="rmt_Phone_Number" runat="server"
      Mask="(###) ### - ####" PromptChar="#" HideOnBlur="true">                           
</telerik:RadMaskedTextBox>

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 23 Aug 2011, 06:52 AM
Hello Richard,

Make sure that you are using the same or an above version of Q1 2011 SP2 (2011.1.519) .This issue has been fixed on this version.
For further information you can check the following forum.
telerik:RadMaskedTextBox acting funky without Compatibility View .

Thanks,
Shinu.
Tags
Input
Asked by
Richard Nash
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
Share this question
or