Completed
Last Updated: 07 Feb 2019 16:11 by ADMIN
Marc-Andre
Created on: 04 Feb 2019 16:31
Category: RibbonView
Type: Bug Report
1
RibbonView: In the Crystal theme, when the control is hosted in a RadRibbonWindow, the TitleBarBackground property is set through a style trigger to a static value

In the Crystal theme, the TitleBarBackground property is set through a style trigger to a static value. This leads to an unexpected result in the dark variation of the theme. 

As a workaround you can use the following style:

 
  <Style TargetType="telerik:RadRibbonView" BasedOn="{StaticResource RadRibbonViewStyle}">
            <Style.Triggers>
                <Trigger Property="IsHostedInRibbonWindow" Value="True">
                    <Setter Property="TitleBarBackground" Value="{telerik:CrystalResource ResourceKey=AlternativeBrush}"/>
                </Trigger>
            </Style.Triggers>
   </Style>
 

 

 

1 comment
ADMIN
Ralitsa
Posted on: 07 Feb 2019 16:11
Hi,

The fix for this issue will be available with LIB (version 2019.1.211) scheduled for publishing on Monday, 11 February 2019. It will be included in our next official version R1 2019 SP1 too. 

Regards,
Ralitsa
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.