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

Weird state behavior after updating - Focus stays permanently

1 Answer 44 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Jürgen
Top achievements
Rank 1
Jürgen asked on 23 May 2013, 06:41 AM
Hello

I want to upgrade our Asp.Net application to a current Telerik Ajax version

Our current production version is: 2012_2_607

The tested version is: 2013_1_417

In the old version, the focus-state of a comboBox was removed, after the user moved on to the next field, or even clicked somewhere else on the page

In the new version the state, once active, stays permanently. Even if there are more then one comboBoxes each one will have the focus-state active

Example:
In the attached image you can see three comboBoxes on a page
The first one was clicked, but nothing was selected (it should turn back to the normal state, like the third one)
In the second one, something was selected, still in focused-state
The third one is untouched

Only a AutoPostBack on the comboBox would make them to return to normal state, this wasn't necessary with the old Telerik version

Code for a comboBox:
<telerik:RadComboBox ID="ddlCountryPhone"
    runat="server"
    DataTextField="display"
    DataValueField="phone_code"
    MarkFirstMatch="true"
    AllowCustomText="False"
    Width="140"
    EmptyMessage="Translate:Country Code Watermark"
    CssClass="margin_down"
    ExpandAnimation-Type="None"
    CollapseAnimation-Type="None" />

How can I fix this behavior?

Kind regards
Jürgen

1 Answer, 1 is accepted

Sort by
0
Accepted
Nencho
Telerik team
answered on 27 May 2013, 12:56 PM
Hello Jürgen,

Your observations are absolutely correct. I have forwarded the problematic behavior to our developer team for further investigation. Thank you for your involvement.

Regards,
Nencho
Telerik
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
ComboBox
Asked by
Jürgen
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Share this question
or