Unplanned
Last Updated: 03 Jan 2017 21:20 by ADMIN
ADMIN
Created by: Pavel R. Pavlov
Comments: 0
Category: RibbonView
Type: Bug Report
1
When the RadRibbonView is hosted in RadRibbonWindow under Windows7, the top part of the default inner border of the RadRibbonWindow is cut.
Completed
Last Updated: 19 Nov 2014 16:37 by ADMIN
Created by: John Hodgson
Comments: 1
Category: RibbonView
Type: Feature Request
2
Please add support for the Backstage in Office 2013 with the back button.

Available in Q3 2014
Unplanned
Last Updated: 03 Jan 2017 21:20 by ADMIN
When the RibbonWindow contains WindowFormsHost element with WinForms controls and the window is resized (for example with the Maximize/Restore Down buttons), the resizing is slow.

Note: The issue is reproducible only if the  RadRibbonWindow.IsWindowsThemeEnabled static property is set to False
Completed
Last Updated: 29 Feb 2016 14:11 by ADMIN
ADMIN
Created by: Kiril Vandov
Comments: 0
Category: RibbonView
Type: Bug Report
0
The RadRibbonView does not display in the designer when IsMinimized property is set to True.

Completed
Last Updated: 10 May 2016 14:26 by ADMIN
ADMIN
Created by: Pavel R. Pavlov
Comments: 0
Category: RibbonView
Type: Bug Report
0
The BorderBrush property of the RadToggleButton that is used inside the RadRibbonComboBox should be TemplateBound to the BorderBrush of the RadRibbonComboBox. By doing so clients will be allowed to change the BorderBrush for both text area and toggle button parts.

Available in LIB version: 2016.2.516
Completed
Last Updated: 11 Jul 2014 14:08 by ADMIN
When we have a RibbonWindow with the Office2013 theme applied and palette set to (for example) LightGray the background of the window is not changed.
Completed
Last Updated: 06 Oct 2014 10:49 by ADMIN
ADMIN
Created by: Kiril Vandov
Comments: 3
Category: RibbonView
Type: Feature Request
1
The RadRibbonBackstage is closed when EscapeKey is pressed and the KeyTipService.IsKeyTipsEnabled is set to "True" and the Backstage closing logic on escape is dissabled

Fixed in Q3 2014
Completed
Last Updated: 29 Feb 2016 14:10 by ADMIN
ADMIN
Created by: Kiril Vandov
Comments: 0
Category: RibbonView
Type: Bug Report
0
The ApplicationMenu is displayed on the wrong monitor when hosted in RibbonWindow and the IsWindowsThemeEnabled is set to false.
Unplanned
Last Updated: 03 Jan 2017 20:56 by ADMIN
The RibbonGroup Header is not displayed in data-bound scenario when HierarchicalDataTemplates are used.
Completed
Last Updated: 04 Feb 2016 13:32 by Christian
ADMIN
Created by: Pavel R. Pavlov
Comments: 1
Category: RibbonView
Type: Bug Report
2
When the Title property is set to "" the RibbonView displays the ApplicationName two times. If the Title is set to null via binding the control displays the ApplicationName three times.

The problem doesn't occur when the RadRibbonView is hosted in a vanilla Window.
Completed
Last Updated: 26 Aug 2014 17:50 by Mel
ADMIN
Created by: Martin Ivanov
Comments: 1
Category: RibbonView
Type: Bug Report
0
When you have a RibbonView in a RibbonWindow and you open another RibbonWindow from the first one, the paths of the minimize, maximize and close buttons of the first window disappears. Note that in order to reproduce this issue the Windows theme should be set to classic and the project should be started without debugging (Ctrl + F5)
Completed
Last Updated: 15 May 2014 13:19 by ADMIN
The HeaderStringFormat property is not bound in the default template of the control.
Unplanned
Last Updated: 03 Jan 2017 20:57 by ADMIN
When you open the drop down button of the QuickAccessToolbar and then mouse over its drop down content, the "Customize Quick Access Toolbar" tool tip is displayed. This tool tip should be displayed only when the button is hovered
Completed
Last Updated: 04 Feb 2016 13:32 by ADMIN
When the component is hosted in a RibbonWindow and its CollapseThresholdSize is modified, if the BackstageMenu is opened on start-up, the TitleBar of the RibbonView is misaligned. Instead of displaying in the RibbonWindow title bar, it initially displays underneath it. Once you close the Backstage, the title bar is moved in the Window's TitleBar.
Unplanned
Last Updated: 19 Jul 2017 10:23 by ADMIN
ADMIN
Created by: Kiril Vandov
Comments: 2
Category: RibbonView
Type: Bug Report
3
RibbonWindow icon appears clipped when the DPI  is set larger than 100%. Also, the icon separator is offset.
Completed
Last Updated: 24 Jun 2014 12:17 by ADMIN
ADMIN
Created by: Martin Ivanov
Comments: 0
Category: RibbonView
Type: Bug Report
0
When the Windows OS theme is changed to Classic under Windows 7, the Minimize, Maximize and the Close button of the RadRibbonWindow disappear and the title bar becomes black.

Also note that when the theme is Classic and you start the application the window is displayed correct, but when you change the theme to Aero, the RadRibbonWindow style it is not changed
Completed
Last Updated: 26 Feb 2016 16:46 by ADMIN
RadRibbonGallery is compressed (collapsed). When you expand it with mouse a small popup appears near the Title of the application or to the right of the expanded RadRibbonGallery.
Completed
Last Updated: 01 Apr 2014 12:22 by ADMIN
ADMIN
Created by: Martin Ivanov
Comments: 0
Category: RibbonView
Type: Bug Report
0
When the ItemTemplateSelector property is used the class which inherits the DataTemplateSelector is never called.
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".
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.