Implement AutoHide functionality in the RadRibbonWindow like the Office 2013 has.
If OS Taskbar location on the screen is set to a value different than bottom and the RibbonWindow is in maximized state, the taskbar placement is not respected and part of the RibbonWindow could be hidden. Reproducible on Windows8 and Windows7 OS. Available in LIB version: 2015.1.2004
Available in LIB version: 2016.1.21
A black bar appears around the content of the window when in Maximized states and the project is compiled for .Net4.0.
WindowChrome is not updated after dynamic theme change on Windows7(from Aero to NonAero) Will be available in Q1 2015 SP.
Allow the users to use special symbols Alt+123(not activating the KeyTips) and displaying the special symbol instead.
Implement keyboard navigation for the items in the ApplicationMenu - through arrow keys for example.
When the Taskbar is auto-hidden, if the RibbonWindow is maximized, the taskbar cannot be displayed. Available in LIB version: 2015.1.2303
If a contextual tab is collapsed when the contextual group is activated and then its visibility is set to Visible, the tab is not shown (only if you reopen the group). Available in LIB version: 2015.2.803
A binding error occur in the output on Windows7 without aero. (System.Windows.Data Information: 10 : Cannot retrieve value using the binding and no valid fallback value exists; using default instead. BindingExpression:Path=IsActive; DataItem=null; target element is 'Button' (Name='PART_MinimizeWindowButton'); target property is 'NoTarget' (type 'Object')) Available in LIB version: 2015.1.0604
Extend the focus navigation in the control to match the MS Office navigation Will be available in Q3 2015 Release
RotateTransform is not applied correctly on elements defined in the Content of the window. Reason for declining: The issue appears to be in the framework as it is not calculating correctly the transformation and instead of rendering the transformation it apply a Clipping to the parent element. You could solve the issue by two different approaches: you could either set the UseLayoutRounding of the Window to false, or set the Width/Height properties of you element to be Integer numbers, not double (10.782). You can reproduce the same behavior with the MS Window simply set its UseLayoutRounding to true. You can find attached project reproducing the issue only with MS controls.
The selected tab content ScrollBar appears when there are RibbonGroups which size can be changed to smaller size. Available in LIB version: 2014.3.1409
Currently, when the users hover around the window's border, the resizing border is 1 pixel wide. Create the border wider (higher at top and bottom borders). Workaround: Apply right margin to the content inside the window.
Null reference exception is thrown when we set KeyTip on a Collapsed RibbonGroup Available in LIB version: 2014.3.1409
Available in LIB version: 2015.1.2303
The keyborad focus is travers through the invisible element in the template of the RadRibbonTab ("RightScrollButtonElement "). Available in LIB version: 2014.3.1222
The KeyTips are not displayed correctly when the RadRibbonView is Minimized and you show the keytips for the first time. Available in LIB version: 2014.3.1319
A recursive call to Automation Peer API is not valid exception is thrown Available in LIB version: 2014.3.1215
A black border is displayed around the window when SizeToContent is set on Windows7 with disabled aero.