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

Text not showing in IE, it's fine in Chrome

1 Answer 27 Views
AutoCompleteBox
This is a migrated thread and some comments may be shown as answers.
Uros
Top achievements
Rank 1
Uros asked on 07 Jun 2013, 06:59 AM
Hi guys,
we are using AutoCompleteBox. The funny thing is that in IE (we are using IE 9), you can't see text. It's there, because the marker is moving to the right as you type, but you can't see the text. I've even copied the text to Word to see if it's even working.

In Chrome is fine.

<telerik:RadAutoCompleteBox ID="racbStreet" runat="server" AllowCustomEntry="True"
               Width="200px" DataTextField="Name" DataValueField="StreetID" Filter="StartsWith"
               InputType="Text">
               <TextSettings SelectionMode="Single" />
</telerik:RadAutoCompleteBox>

Any ideas?

THX,

regards, Uros

1 Answer, 1 is accepted

Sort by
0
Uros
Top achievements
Rank 1
answered on 07 Jun 2013, 09:09 AM
We manage to solve the problem by removing .RadAutoCompleteBox_IMediary .racInput from AutoCompleteBox.IMediary.css
Tags
AutoCompleteBox
Asked by
Uros
Top achievements
Rank 1
Answers by
Uros
Top achievements
Rank 1
Share this question
or