Completed
Last Updated: 17 Sep 2018 11:23 by ADMIN
ADMIN
Martin Ivanov
Created on: 07 Sep 2018 09:20
Category: ToolBar
Type: Bug Report
0
ToolBar: RadButton has a focus visual in the Fluent theme
The button focus visual should not be displayed when you click on another button in the UI. Currently, because the toolbar has its own focus scope, it is possible to have the focus on the button and also on another UI element. This means that the button will have its focus visual shown.

To work this around you can extract the Template of the RadButtonStyle from the Telerik.Windows.Themes.Fluent.xaml file and remove the General IsFoucused setters (MultiTrigger). Then you can apply the style using the style selector of the toolbar. For your convenience I prepared a small example showing this approach. I hope that helps.

https://docs.telerik.com/devtools/wpf/styling-and-appearance/styling-apperance-editing-control-templates

https://docs.telerik.com/devtools/wpf/controls/radtoolbar/styling-and-appearance/style-selector
1 comment
ADMIN
Ralitsa
Posted on: 17 Sep 2018 11:22
Hi,

The fix for the issue will be available in next LIB version (2018.3.924). It will also be included in our official version – R3 2018 SP1, scheduled for the mid of October, 2018.

Best regards,
Ralitsa Kumanova