When RoutedCommand is used in RadRibbonBackasteItem the OriginalSource is wrong.
Add MouseOver Selection states in the RadRibbonTab control Decline reason: RibbonView and its elements (including TabControl) are inspired by MS Office products. Since hovering over the selected TabItem in MS Word for example doesn't change its visual appearance it shouldn't in RibbonView as well. If your project design still requires such appearance then we highly recommend that you edit the Control Template of the TabControl in Telerik.Windows.Controls.RibbonView assembly and add a MultiTrigger Condition (in WPF): <MultiTrigger> <MultiTrigger.Conditions> <Condition Property="IsMouseOver" Value="True"/> <Condition Property="IsSelected" Value="True"/> </MultiTrigger.Conditions> ... </MultiTrigger> or add a <VisualState x:Name="SelectedMouseOver"> to CommonStates VisualStateGroup.
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.
Change the ApplicationButton ControlTemplate so that the button Width can be easily customized. UPDATE: RibbonView ApplicationButtonStyle property can be used to apply a style on the ApplicationButton. Use the style to apply a Width on the button.
The MinimizedPopup should be closed after clicking on a RibbonControl in the RibbonGroups
At the moment the root element of the Backstage control is a ScrollViewer and since its size is measured with infinity the controls placed inside the BackstageItems Content will be measured with infinity thus not displaying internal scroll bars. Consider changing this behavior. The feature will be available in our official release 2015 Q1
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'.
Currently only the Left Key activates the key tips.
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
RadGallery is used in RadRibbonView and ListBox under the RibbonView with DeferredScrollingEnabled set to true. When scrolling the Gallery, the ListBox Scrolls unexpectedly.
System.InvalidOperationException is thrown in the VS designer in a view defining a RadRibbontab control.
When you click on a control in the DropDownContent of a RibbonSplitButton, a click is registered in the underlying control (behind the DropDownContent).
Add DataBinding Supoort for Contextual Groups / Tabs
Expose properties to control the HorizontalAlignment and VerticalAlignment of the footer content
When Windows Classic theme is applied in Windows7 ( or when XP is used) and the WindowStyle of the RadRibbonWindow is set to SingleBorderWindow, the scrollviewer in the backstage does not work properly
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 ).
Posibility to use the QAT buttons when the BackStage is open
Edited Style of the ScreenTip does not apply when the ScreenTip is set as attached property. Also, when you create a CustomControl deriving from the ScreenTip control, its default style is not applied.
I assume that even though this is listed under RadControls for Silverlight it will also apply to RadControls for WPF.
The ScreenTip isn't displayed unless you define its Title property