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

Minor bug in ControlTemplate

1 Answer 12 Views
ListPicker
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Grigory Perepechko
Top achievements
Rank 1
Grigory Perepechko asked on 06 Jun 2013, 05:01 PM
In visual state Pressed i've found


<ObjectAnimationUsingKeyFrames Storyboard.TargetName="border"
                     Storyboard.TargetProperty="Background" Duration="0">
    <DiscreteObjectKeyFrame Value="{StaticResource PhoneTextBoxEditBackgroundColor}" KeyTime="0" />
</ObjectAnimationUsingKeyFrames>

Usually when someone forces light/dark theme he overrides Brushes not colors (of course you can do this, but it takes more time, and ususlly there is no need). 
In this case it would be more correct to use PhoneTextBoxEditBackgroundBrush instead of 
 PhoneTextBoxEditBackgroundColor

1 Answer, 1 is accepted

Sort by
0
Accepted
Kiril Stanoev
Telerik team
answered on 07 Jun 2013, 10:15 AM
Hello Grigory,

Thank you for pointing that out. I've modified ListPicker's template and the fix will be available with the next official release. I've also update your Telerik points.  

Regards,
Kiril Stanoev
Telerik
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
Tags
ListPicker
Asked by
Grigory Perepechko
Top achievements
Rank 1
Answers by
Kiril Stanoev
Telerik team
Share this question
or