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

MarkFirst bug on Chrome 5?

1 Answer 17 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Sławomir
Top achievements
Rank 1
Sławomir asked on 19 Jul 2010, 02:46 PM
Hi, I have the following code:

<%
    rcb.DataSource = new[]
    {
        new { ID = 1, Value = "Sony" },
        new { ID = 2, Value = "Samsung" },
    };
  
    this.Page.DataBind();
%>
<telerik:RadComboBox ID="rcb" runat="server" MarkFirstMatch="true" AllowCustomText="true" DataTextField="Value" DataValueField="ID" />
When I input character "S" to the RadComboBox, it select "Sony" and append "ony" to textbox. After that, if I input "a" he should select "Samsung". It works on IE or FF, but not on Chrome 5. On Chrome after I input "a" he insert it between "S" and "ony", so I have "Saony".

1 Answer, 1 is accepted

Sort by
0
Simon
Telerik team
answered on 21 Jul 2010, 05:17 PM
Hello SÅ‚awomir,

We are aware of this bug and are currently working on it.

I associated you with the PITS Issue Item and you can track its status here.

Sincerely yours,
Simon
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
ComboBox
Asked by
Sławomir
Top achievements
Rank 1
Answers by
Simon
Telerik team
Share this question
or