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

Item is fuzzy when clicked on dropdown

1 Answer 62 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Sanket Singhvi
Top achievements
Rank 1
Sanket Singhvi asked on 26 Apr 2011, 07:08 PM
Its a defect in RadComboBox. 

1) Create an application 
2) Add RadComboBox in a window
3) in Code file just add one RadComboBoxItem to RadComboBox
4) Override the FontSize property in style something like

<Style TargetType="telerik:RadComboBox">
<Setter Property="FontFamily" Value="{x:Static ui:DefaultStyle.APP_FONT_FAMILY}"/>
<Setter Property="FontSize" Value="10.5"/>
<Setter Property="Height" Value="{x:Static ui:DefaultStyle.COMBO_BOX_HEIGHT}"/>
<Setter Property="telerik:StyleManager.Theme" Value="{x:Static ui:DefaultStyle.APP_THEME}"/>
</Style>

5) Run the application
6) click on radcombobox . Initially item looks blurred. And in few second it gets normal.

It happen only when u have one RadComboBoxItem.

Regards
Sanket

1 Answer, 1 is accepted

Sort by
0
George
Telerik team
answered on 02 May 2011, 08:15 AM
Hello,

I tried to reproduce the problem, but to no avail. You can find attached the sample project. Could you please let me know if I miss something?

I am glad to assist you further.
 

Greetings,
George
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
Sanket Singhvi
Top achievements
Rank 1
Answers by
George
Telerik team
Share this question
or