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.
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.
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.
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.
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: 03 Dec 2013 10:17 by ADMIN
ADMIN
Created by: Kiril Vandov
Comments: 0
Category: RibbonView
Type: Bug Report
1
The MinimizeButton of the RadRibbonView have mismatched states(When the ribbon is collapsed the arrow should be pointing Up, and when the ribbon is collapsed should be pointing Down) not the other way around
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: 04 Feb 2016 13:34 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Bug Report
4
The BackstageItems are not rendered as expected when the RadRibbonView is hosted in apanel with flow direction set to right to left.
Completed
Last Updated: 02 Apr 2014 11:06 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Bug Report
5
The Title of the RadRibbonWindow is not diplayed unless there is a RadRibbonView in the window.
Completed
Last Updated: 19 Mar 2015 14:09 by Felix
When you have set the Windows task bar to auto-hide and you maximize an RadRibbonWindow, you are not allowed to visualize the task bar on top of the RadRibbonWindow.

Available in LIB version: 2015.1.2303
Completed
Last Updated: 03 Apr 2014 06:47 by ADMIN
You can not click the ColorPicker when it is inside a RadRibbonSplitButton.
Completed
Last Updated: 02 Apr 2014 11:41 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Bug Report
3
The title of the RadRibbonWindow can't be trimmed when resizing the window. Even the window's buttons are overlapped
Completed
Last Updated: 03 Apr 2014 06:47 by ADMIN
When ribbon is placed on two monitors the minimized popup is misplaced.