RadRibbonDropDown is not closed when RadListBoxItem is selected with keyboard navigation(when enter is pressed) Available in LIB version: 2016.2.725
Available in LIB version: 2016.2.725
Application title disappears when you change the current theme to Expression_Dark or Windows8. As a workaround: You can set the RadRibbonWindow.IsWindowsThemeEnabled static property to False in order to apply the Telerik predefined themes instead of using the Windows OS theme. Available in LIB version: 2016.1.21
Available in LIB version: 2016.1.21
Available in LIB version: 2016.2.516
The KeyTips of the RadRibbonView are drawn incorrectly with FlowDirection set to RighToLeft Available in LIB version: 2016.2.725
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
Black bar apears on Windows10 machine when in Maximized state and the RadRibbonView has set Visibility="Collapsed". Available in LIB version: 2016.1.21
Available in LIB version: 2016.2.516
The minimized content is not closed when you click outside of the ribbon when you have explicitly MouseUp-ed outside of the RibbonView aria.
Opening the Backstage on RibbonView's Loaded event workarounds the issue. Available in LIB version: 2016.3.919
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.
Reproduces with Q2 2015 binaries. Available in R2 2017 SP
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.
The RibbonWindow buttons are not displayed when ShowInTaskbar is set to false and is minimized state.
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
In Office 2013, the user can click and press on a SplitButton or DropDownButton, which opens the drop-down without releasing the mouse. The user can move/drag the mouse down to a menu item, then release the mouse to execute the menu item. This is similar to the way menus work. Please provide this functionality in the RadRibbonSplitButton and RadRibbonDropDownButton.