Items in RadCollapsible are not rendered correctly on Windows7 with DPI 150% and UseLayoutRounding set to true and ItemSpacing is set to more than 0. Available in LIB version: 2015.3.1215
Extend the focus navigation in the control to match the MS Office navigation Will be available in Q3 2015 Release
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
PLEASE can you remove the popups that appear in the Blend and Visual Studio designers when working on the RadRibbonView. These popups popup all the time, they cover the code, they cover the design workspace, in VS the switch from the code window to the designer window as soon as you click on portions of the code with no warning, then you can't get back to the code screen until you click away from the RibbonView. Its 'so' annoying - I've been editing in Notepad++ today because the RibbonView designer functionality makes Blend./VS is unusable. Also, the popups don't provide anything that you can't do in either code or the Blend interface. Wasted so much time today with this RibbonView. Declined: The RadRibbonView control exposes a design time logic to make our clients that uses only the designer to populate and operate with the RadRibbonView control. If you want to disable that functionality you need to simply delete the following binaries from you design folder, which is located in the same directory as the Telerik binaries: - Telerik.Windows.Controls.RibbonView.VisualStudio.Design - Telerik.Windows.Controls.RibbonView.VisualStudio.Design.4.0 - Telerik.Windows.Controls.RibbonView.Expression.Design - Telerik.Windows.Controls.RibbonView.Design.5.0 - Telerik.Windows.Controls.RibbonView.Design.4.0 Doing so you will remove the design time functionality of the RadRibbonView in all VisualStudios/Blend.
RibbonView: А System.InvalidOperationException is thrown when RadDocumentPane is selected and the ribbon is minimized and its popup is open. Available in LIB Version: 2015.2.720.
Available in LIB version: 2015.1.2004
If you set those properties they are ignored by the control. You can resize the window beyond the set restrictions. Available in LIB version: 2015.1.2004
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
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
WindowChrome is not updated after dynamic theme change on Windows7(from Aero to NonAero) Will be available in Q1 2015 SP.
RibbonSplitButton have different width in its dissable state compared to its normal state. The fix is available in Q1 2015 SP Release.
Available in LIB version: 2015.1.2303
When the Taskbar is auto-hidden, if the RibbonWindow is maximized, the taskbar cannot be displayed. Available in LIB version: 2015.1.2303
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
A recursive call to Automation Peer API is not valid exception is thrown Available in LIB version: 2014.3.1215
The keyborad focus is travers through the invisible element in the template of the RadRibbonTab ("RightScrollButtonElement "). Available in LIB version: 2014.3.1222
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
The app starts with the backstage open (IsBackstageOpen="true" for RadRibbonView). After closing the backstage RadRibbonView MinimizeButtons, both in QuickAccessToolbar and on the RadRibbonView, stay disabled. Expectation is those should get enabled after the backstage is closed. Available in LIB version: 2014.3.1409
Null reference exception is thrown when we set KeyTip on a Collapsed RibbonGroup Available in LIB version: 2014.3.1409
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.