Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
If you delay adding a RibbonView in a RibbonWindow, the RibbonView is placed on top of the window, hiding its TitleBar.
Won't Fix
Last Updated: 04 Feb 2016 13:29 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Bug Report
2
RibbonView: RadRibbonButton has inconsistent pressed/focused state

The styling in the controls vary when the mouse is down.
- RadRibbonButton gets a black border.
- RadRibbonSplitButton gets an dark orange border (when clicking the dropdown button)
- RadRibbonDropDownButton gets a grey line at the top

On mouse over
- RadRibbonButton and RadRibbonDropDownButton have a dark orange border with a white inner border
- RadRibbonSplitButton (dropdown button) does not get the white inner border

Reason for declination: 
Currently there is no way to unify the pressed state of these buttons because there is no Pressed state of RadSplitButton (the toggle and button parts has their own press visualization that comes from the default style of the corresponding buttons). 
Completed
Last Updated: 19 Dec 2014 13:00 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Bug Report
2
If the height of the screen is smaller than needed the App_menu is clipped in the bottom. There are 5-10 px wrong in calculation
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Feature Request
2
Expose properties to control the BackstageItem.Icon size
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Feature Request
2
Make Buttons' Image properties of Object type.
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Feature Request
2
Make the gallery resizable
Declined
Last Updated: 18 Dec 2014 12:54 by ADMIN
Currently, Title and Description properties are typed to string and the control template uses TextBlock controls to display these properties, I think that only typing these properties to "object", showing them with  ContentPresenters and adding a pair of DataTemplate Dependency properties (TitleTemplate and DescriptionTemplate) would offer an extremely flexibility to this useful control.

Declined: If the users need to transfer object data to the ScreenTip they could use the Tag property(http://msdn.microsoft.com/en-us/library/system.windows.frameworkelement.tag%28v=vs.110%29.aspx)  and bind its value to an custom Implicit style targeting the ScreenTip. 
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
RibbonGroup collection can be populated only w/ buttons from the designer
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
When the DropDownButton in an ApplicationMenu is clicked, the DropDown area should not be closed (see MS Excel for reference).
Completed
Last Updated: 02 Apr 2014 15:12 by ADMIN
Edited Style of the ScreenTip does not apply when the ScreenTip is set as attached property.
Also, when you create a CustomControl deriving from the ScreenTip control, its default style is not applied.
Completed
Last Updated: 11 Aug 2016 14:05 by ADMIN
The RibbonTabStrip does not collapse when Application Button is Collaps as well as the RibbonTabs.
This works in RibbonBar.

Available in LIB version: 2014.3.1402
Completed
Last Updated: 11 Aug 2016 14:05 by Bill
ADMIN
Created by: Telerik Admin
Comments: 1
Category: RibbonView
Type: Bug Report
1
Currently only the Left Key activates the key tips.
Completed
Last Updated: 11 Aug 2016 14:05 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Feature Request
1
Change the ApplicationButton ControlTemplate so that the button Width can be easily customized.

UPDATE: RibbonView ApplicationButtonStyle property  can be used to apply a style on the ApplicationButton. Use the style to apply a Width on the button.
Declined
Last Updated: 11 Aug 2016 14:05 by ADMIN
The MinimizedPopup should be closed after clicking on a RibbonControl in the RibbonGroups
Declined
Last Updated: 03 Nov 2016 11:16 by ADMIN
ADMIN
Created by: Tina Stancheva
Comments: 0
Category: RibbonView
Type: Feature Request
1
Add MouseOver Selection states in the RadRibbonTab control

Decline reason: RibbonView and its elements (including TabControl) are inspired by MS Office products. Since hovering over the selected TabItem in MS Word for example doesn't change its visual appearance it shouldn't in RibbonView as well.
If your project design still requires such appearance then we highly recommend that you edit the Control Template of the TabControl in Telerik.Windows.Controls.RibbonView assembly and add a MultiTrigger Condition (in WPF):
  <MultiTrigger>
                <MultiTrigger.Conditions>
                    <Condition Property="IsMouseOver" Value="True"/>
                    <Condition Property="IsSelected" Value="True"/>
                </MultiTrigger.Conditions>
...
</MultiTrigger>
or add a  <VisualState x:Name="SelectedMouseOver"> to CommonStates VisualStateGroup.
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
When RoutedCommand is used in RadRibbonBackasteItem the OriginalSource is wrong.
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
Allow RibbonWindow Minimize/Maximize/Close buttns to work in in-browser scenarios
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
Expose properties to control the HorizontalAlignment and VerticalAlignment of the footer content
Completed
Last Updated: 13 Feb 2014 16:46 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Bug Report
1
System.InvalidOperationException is thrown in the VS designer in a view defining a RadRibbontab control.
Completed
Last Updated: 17 Feb 2014 12:54 by ADMIN
When a style is applied on the QAT, changing its position opens its popup menu unexpectedly. The style doesn't have to be customized, the issue is reproducable with the default OfficeBlack style of the control.