Completed
Last Updated: 29 Nov 2021 12:27 by ADMIN
Release LIB 2021.3.1129 (29 Nov 2021)
When the Windows OS auto-hide taskbar feature is enabled, the RadRibbonWindow is clipped and offset on the top and left sides. This reproduces only if the window is maximized initially. Changing its state afterwards resolves the visual glitch. Also in order to recreate this the IsWindowsThemeEnabled property should be set to False, in order for the ribbon window to use its Telerik theme, instead of the Windows one.
Declined
Last Updated: 27 May 2016 10:18 by Michael
Created by: Michael
Comments: 0
Category: RibbonView
Type: Feature Request
0
Office 2016 has a search field in the ribbon for quick access to commands that may be hard to find.
Can such functionality be added to the telerik ribbon ?

Declined: We consider this functionality to be an Application logic as the information that need to be displayed is based on the UI(the defined options/buttons in the RibbonView). Also the keywords for activating a given option may be different based on client preferences or language. This functionality can easily be achieved with a custom Style for the RadRibbonTab, containing only the control which you will use for the search (RadAutoCompleteTextBlock/RadWatermarkTextBox e.t.).
Completed
Last Updated: 25 Jul 2016 06:57 by ADMIN
The ApplicationMenu is not closed when a button's keytip is activated. 


Available in LIB version: 2016.2.725
Completed
Last Updated: 17 Apr 2015 12:16 by ADMIN
ADMIN
Created by: Pavel R. Pavlov
Comments: 0
Category: RibbonView
Type: Bug Report
0
If you set those properties they are ignored by the control. You can resize the window beyond the set restrictions.

Available in LIB version: 2015.1.2004
Completed
Last Updated: 17 Apr 2015 12:16 by ADMIN
Completed
Last Updated: 08 Aug 2016 14:10 by Sujata
The RibbonWindow buttons are not displayed when ShowInTaskbar is set to false and is minimized state.
Unplanned
Last Updated: 02 May 2023 15:25 by Martin Ivanov

Currently, the RadRibbonTab GetChildrenCore method creates automation peers only for the elements in its Items collection. There is no peer created for the element in the Header. Add support for this. 

This missing peer, leads to that the TextBlock in the Header of the ribbon tabs is not highlighted when using a UI inspecting tool (like Snoop and its Automation option or UISpy.exe).


You can find a solution that shows how to achieve this in the attached project.
Unplanned
Last Updated: 03 Jan 2017 21:11 by ADMIN
Completed
Last Updated: 03 Dec 2013 10:17 by ADMIN
If a RibbonView with Backstage menu is hosted in a RibbonWindow and the window's MinWidth and MinHeight properties are applied, when the Backstage is opened the size restrictions are no longer respected.
Completed
Last Updated: 06 Jun 2019 06:00 by ADMIN
Release LIB 2019.2.610 (06/10/2019)
When opening Backstage using KeyTips service, NullReferenceException is thrown when the backstage items have also had KeyTips set. 
Completed
Last Updated: 04 Feb 2016 13:35 by ADMIN
The ScreenTip of the RadRibbonView throws an exception when added to a dynamically created element
Completed
Last Updated: 07 Aug 2014 07:39 by Patrick
When RadRibbonView is hosted in RadRibbonWindow and the window is moved partially outside of the visual area of the screen the tabs' minimized content is misplaced.
Completed
Last Updated: 14 Feb 2014 12:54 by ADMIN
ADMIN
Created by: Pavel R. Pavlov
Comments: 0
Category: RibbonView
Type: Feature Request
0
Implicit style doesn't apply on RadRibbonTabs which are added via PRISM. 

UPDATE: An implicit style can not be applied on derived controls as their TargetType is different than the one defined in the implicit style. Basically if you set the style implicitly, the style is applied only on the types that match the TargetType exactly and not on elements derived from the TargetType value. You can find more information on the topic in the remarks section of the Style property definition: http://msdn.microsoft.com/en-us/library/system.windows.style%28VS.95%29.aspx

This is why in order to apply a Telerik predefined style on a UserControl deriving from RadRibbonTab, you  need to add a Style targeting the UserControl type in the Resources of the application. It is best to define that style after merging the Telerik ResourseDictionaries so that you can base the UserControl Style on the predefined "RadRibbonTabStyle".
Unplanned
Last Updated: 03 Jan 2017 21:12 by ADMIN
ADMIN
Created by: Martin Ivanov
Comments: 0
Category: RibbonView
Type: Feature Request
0
 Improve the performance of the keytips functionality.
Completed
Last Updated: 28 Jun 2019 06:06 by ADMIN
Release LIB 2019.2.701 (7/1/2019)
When the RibbonBackstage is open and then a RibbonBackstageItem is clicked to close the backstage, the ApplicationButton's FluentControl pressed state effect remains visible in the Fluent theme.
Completed
Last Updated: 03 Jul 2019 13:20 by ADMIN
Release LIB 2019.2.708 (7/8/2019)

The ribbon tab doesn't get selec if you click in the exact middle of the header of RadRibbonTab.

To work this around, extract the ControlTemplate of RadRibbonTab and move the Grid with x:Name="ContentPanel" before the Grid with x:Name="HeaderPanel".

Completed
Last Updated: 03 Oct 2019 13:01 by ADMIN
Release LIB 2019.3.1007

The HeaderVisibility property of RadRibbonTab doesn't work when changed at runtime.

A workaround is to use Visibility property of RadRibbonTab, instead of HeaderVisibility

Completed
Last Updated: 16 Nov 2020 13:37 by ADMIN
Release LIB 2020.3.1116
When the EnsureHandle method of WindowInteropHelper is called on a RadRibbonWindow instance that is not shown the UI is frozen. 
Completed
Last Updated: 08 Jan 2016 12:08 by ADMIN
Items in RadCollapsible are not rendered correctly on Windows7 with DPI 150% and UseLayoutRounding set to true and ItemSpacing is set to more than 0.

Available in LIB version: 2015.3.1215
Completed
Last Updated: 17 Sep 2016 09:59 by ADMIN
ADMIN
Created by: Peshito
Comments: 0
Category: RibbonView
Type: Bug Report
0
Opening the Backstage on RibbonView's Loaded event workarounds the issue.

Available in LIB version: 2016.3.919