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

RadMaskedTextBox - incorrect rendering on IE6

1 Answer 52 Views
Input
This is a migrated thread and some comments may be shown as answers.
Daniele Bruno
Top achievements
Rank 1
Daniele Bruno asked on 26 Mar 2012, 04:42 PM
Hi,
we're having an issue with RadMaskedTextBox (and RadDatePicker too) with EnableSingleInputRendering true on IE6 browser.

We searched the forums, but we found no suggestions.

We have this simple markup:
<telerik:RadMaskedTextBox ID="radMaskedSingle" runat="server" DisplayPromptChar="X"
    HideOnBlur="true" HoveredStyle-BorderColor="#18d330" Mask="####" PromptChar=""
    SelectionOnFocus="None" Width="100px">
</telerik:RadMaskedTextBox>

<telerik:RadMaskedTextBox ID="radMaskedStandard" runat="server" DisplayPromptChar="X"
    HideOnBlur="true" HoveredStyle-BorderColor="#18d330" Mask="####" PromptChar=""
    SelectionOnFocus="None" Width="100px" EnableSingleInputRendering="true"></telerik:RadMaskedTextBox>

And on codebehind:
protected void Page_Load(object sender, EventArgs e)
{
        radMaskedSingle.Text = "0123";
        radMaskedStandard.Text = "0123";
}

 When we open IE6 browser, value inside radMaskedSingle is partially hidden (see attachment).

Any suggestion/workaround for this issue? (Telerik version Q1 2012 - 2012.1.215).

Regards.

1 Answer, 1 is accepted

Sort by
0
Vasil
Telerik team
answered on 29 Mar 2012, 08:07 AM
Hello,

This problem was reported few weeks ago and it is already fixed. You could download the latest internal build where the RadInputs should be shown correctly in IE6 and IE7.

Regards,
Vasil
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Input
Asked by
Daniele Bruno
Top achievements
Rank 1
Answers by
Vasil
Telerik team
Share this question
or