Declined
Last Updated: 11 Aug 2016 14:05 by ADMIN
We have RadRibbonView. There is some elements in a RadTab, that are inside RadOrderedWrapPanel.
If we set a theme to the RadRibbonView, it is not applied to the elements within the RadOrderedWrapPanel.

Reason for declining: The RadRibbonGroup propagate its theme to its direct children, all nested elements in RadOrderedWrapPanel or custom panel/grid e.t should have set their theme using the attached property telerik:StyleManager.Theme which will be bound to the same theme as the RadRibbonView.
Completed
Last Updated: 11 Aug 2016 14:05 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Bug Report
2
Cite:
The problem is displaying ScreenTip for Application Button.
Move the mouse on Application Icon, no tooltip shows.
Click it to show the list of menus and go to the first item.
The ToolTip shows up under the menu.

Available in LIB version: 2014.3.1312
Completed
Last Updated: 11 Aug 2016 14:05 by ADMIN
RibbonWindow throws a TypeInitializationException when used with VSTO Addin
Completed
Last Updated: 11 Aug 2016 14:05 by ADMIN
It is impossible to prevent the application menu from closing.

Note:  The ApplicationMenuOpenStateChanged event of the RadRibbonView could be used to prevent closing of Application menu. This approach is demonstrated in the attached project.
Completed
Last Updated: 11 Aug 2016 14:05 by ADMIN
Cannot define an event handler for the RibbonButton.HoverEvent in code-behind


Available in LIB version: 2014.3.1222
Completed
Last Updated: 11 Aug 2016 14:05 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Bug Report
2
The screentip should allow binding to text, image
Completed
Last Updated: 11 Aug 2016 14:05 by ADMIN
The ScreenTip isn't displayed unless you define its Title property
Completed
Last Updated: 11 Aug 2016 14:05 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Bug Report
6
Currently the Backstage support keyboard navigation only if the the RadBackstageItems have their IsSelectable property set to true. The keyboard support should be extended to support BackstageItems that have IsSelectable=false.

Will be available in Q2 2015 Release.
Completed
Last Updated: 11 Aug 2016 14:05 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Bug Report
2
RibbonGroup containes many TextBoxes with TabIndices set. HyperLink with TextBlock inside is between the TextBoxes. TextBlock Text is "" or x:Null.
Tabbing is possible only between the TextBoxes on the left of the Hyperlink.
Declined
Last Updated: 11 Aug 2016 14:05 by ADMIN
The MinimizedPopup should be closed after clicking on a RibbonControl in the RibbonGroups
Completed
Last Updated: 11 Aug 2016 14:05 by ADMIN
VS Designer trows exceptions if a RibbonTab is placed in a UserControl:  

If the RibbonTab control size isn't defined, the designer throws a System.InvalidOperationException - FrameworkElement_LayoutMeasure_InfinityNaNReturned.  

If the RibbonTab size is set, then clicking on the tab in the designer raises a System.ArgumentException - Property 'Items' was not found in the property collection 'Grid'. 
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
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
Declined
Last Updated: 11 Aug 2016 14:05 by Maarten
ADMIN
Created by: Telerik Admin
Comments: 1
Category: RibbonView
Type: Bug Report
3
ElementName binding is not working in RadRibbonBackstage.

Reason for closing: The ElementName binding in Adorner is not supported and as the RadRibbonBackstage is Adorner it is not working there as well. Due to that framework limitation we cannot fix this issue and we will change the status of the feed back item to declined. You can find more information about the Adorner and its limitation in this article ( http://msdn.microsoft.com/en-us/library/ms743737%28v=vs.110%29.aspx ).
Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
The constructor of the GroupVariantCollection is internal

Reason for declining: The RadRibbonGroup uses the GroupVariantCollection internally and as there is no public property of type GroupVariantCollection there is not need for the constructor to be exposed. Also if the users wants to bind the Variants of the RadRibbonGroups they can use the VariantsSource property which is of type IEnumebable<GroupVariant>.
Completed
Last Updated: 26 Feb 2016 17:06 by ADMIN
The RibbonGroup displays a white border on mouse over around its Image element when the group is in collapsed state when a Windows8 theme is applied.
Completed
Last Updated: 04 Feb 2016 13:30 by ADMIN
Setting Button, TextBlock, TextBox or any other UI Element as a Header of RadRibbonGroup produces a runtime exception: The Element is Already Child of another visual.
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: 04 Feb 2016 13:25 by ADMIN
The RibbonView ContextualGroup is not redrawn when a new RadTabItem is added dynamically and the ContextualGroup is currently active.
Completed
Last Updated: 30 Jul 2015 09:26 by ADMIN
When the Ribbon is hosted in a RibbonWindow, the ContextualGroups are rended differently Q3 2013 release.