Available in LIB version: 2016.3.1212
A "System.ArgumentException: Requested value was not found." is throws if we set AccessText containing more than one char in for the Backstage. Available in LIB version: 2015.3.1207
If you have a RadRibbonTab with two RadRibbonGroups and the RadRibbonView is minimized, the groups will be collapsed even if you set their default variant to Large. Will be available in Q1 2015 Release.
The RadRibbonView executes its KeyTips by executing the Command of the Button and the Invoking its peer. This behavior is inconsistent when a user interacts with the button ( first the Click/Toggle is fired then the command is executed).
The RibbonWindow throws exception for missing brush in Expression_Dark theme (Resource with the Name/Key RibbonWindow_InnerBorder is missing)
RibbonView in SL throws exception when LocalizationManager.UseDynamicLocalization is set to true
The buttons of the RadRibbonWindow are not visible in Office2013. The fill of the paths is the same color as the background.
The RibbonSplitButtons Text is not visible when its IsToggle property is set to true and Windows8 theme is used. Available in LIB version: 2015.1.0604
If you set the Visibility of a RadRibbonTab hosted in a ContextualGroup to Collapsed, a placeholder is visualized, when it shouldn't.
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.
The RibbonView ContextualGroup is not redrawn when a new RadTabItem is added dynamically and the ContextualGroup is currently active.
Text improperly aligned for all RibbonView buttons
In Windows8 theme, the selected Contextual RibbonTab has an inner border which has to be removed to indicate the selection properly.
When the Ribbon is hosted in a RibbonWindow, the ContextualGroups are rended differently Q3 2013 release.
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).
If you place a TextBlock in the QuickAccessToolbar and the Ofice_Black theme is applied you get black foreground on black background which makes the text unreadable. The content of the QAT must respect the theme applied to the RadRibbonView control.
Add the ability, while holding down a modifier key (for instance ALT which triggers the KeyServices) and pressing the AccessText key at the same time, to execute the action associated with the element. Available in R1 2017 Release Please note that is it working only for KeyDown ActivationModes, not in the default KeyUp.
NullReferenceException design-time exception is thrown in VS designer when the RadRibbonTab is defined as a root element of a UserControl.