Unplanned
Last Updated: 27 Feb 2017 11:36 by ADMIN
This is reproducible only if the ribbon window chrome is enabled (IsWindowsThemeEnabled=False).


You can resolve this by registering an input binding for the Alt+Space key gesture and attaching it to the Telerik.Windows.Controls.RibbonView.Shell.SystemCommands.ShowSystemMenuCommand RoutedUICommand.

static MainWindow()
{
     var keyBinding = new KeyBinding(Telerik.Windows.Controls.RibbonView.Shell.SystemCommands.ShowSystemMenuCommand, new KeyGesture(Key.Space, ModifierKeys.Alt));
     CommandManager.RegisterClassInputBinding(typeof(RadRibbonWindow), keyBinding);
     RadRibbonWindow.IsWindowsThemeEnabled = false;
}
Unplanned
Last Updated: 09 Jan 2017 15:51 by Lukas
The RadGallery item has a property SelectionMode, inherited from ItemsControlSelector.
But it is not implemented.
I would like to use the Gallery to select multiple options instead of only one:
*the gallery shall keep open on select one item
*the items shall toggle selection on item click
Unplanned
Last Updated: 05 Jan 2017 11:41 by ADMIN
In MVVM scenario, DropDownContent of the RibbonDropDownButton is databound.

In the DropDownContentTemplate, there is a RadContextMenu with menu items with Commands. These Commands do not fire. This has worked till Q2 2014.
Unplanned
Last Updated: 05 Jan 2017 11:36 by Chris
When desktop is shared through Office Communicator 2007 RibbonWindow is not repainting properly. The same issue can be reproduced through a remote desktop connection - when the RibbonWindow is running in a Aero Windows theme, the RibbonWindow chrome is painted in black when accessed through a remote desktop.
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Bug Report
5
Add a possibility to imitate fullscreen mode.
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
Drawing graphics inside the RadRibbonWindow causes performance hit. More information and videos in the support thread
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
Allow extending the Window glass frame into the RadRibbonWindow content
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
ApplicationName is  off center when TabStripAdditionalContent contains an element with long text/content
Unplanned
Last Updated: 04 Jan 2017 13:33 by ADMIN
Initially RibbonView gets rendered design-time. Trying to edit RibbonTab-s or add new one causes the whole control to dissapear in the designer. Clean and rebuild of the solution doesn't help -- cleaning the Shadow cache of Visual Studio Designer is the onliest thing that helps.

The issue reproduces with Class Library containing the Ribbon setup and IsWindowsThemeEnabled property of RibbonWIndow turned off (default value).
Unplanned
Last Updated: 04 Jan 2017 07:33 by ADMIN
ADMIN
Created by: Pavel R. Pavlov
Comments: 0
Category: RibbonView
Type: Feature Request
1
Implement AutoHide functionality in the RadRibbonWindow like the Office 2013 has. 
Unplanned
Last Updated: 04 Jan 2017 07:27 by ADMIN
A black border is displayed around the window when SizeToContent is set on Windows7  with disabled aero.
Unplanned
Last Updated: 04 Jan 2017 07:26 by ADMIN
ADMIN
Created by: Dinko | Tech Support Engineer
Comments: 0
Category: RibbonView
Type: Bug Report
0

			
Unplanned
Last Updated: 03 Jan 2017 21:20 by ADMIN
When the RibbonWindow contains WindowFormsHost element with WinForms controls and the window is resized (for example with the Maximize/Restore Down buttons), the resizing is slow.

Note: The issue is reproducible only if the  RadRibbonWindow.IsWindowsThemeEnabled static property is set to False
Unplanned
Last Updated: 03 Jan 2017 21:20 by ADMIN
ADMIN
Created by: Pavel R. Pavlov
Comments: 0
Category: RibbonView
Type: Bug Report
1
When the RadRibbonView is hosted in RadRibbonWindow under Windows7, the top part of the default inner border of the RadRibbonWindow is cut.
Unplanned
Last Updated: 03 Jan 2017 21:20 by ADMIN
RadRibbonSplitButton text is too close to the border of the button due to lacking padding in the TextBlock holding text. Also the Text is a few pixels off vertically compared to the other ribbon buttons.
Unplanned
Last Updated: 03 Jan 2017 21:19 by ADMIN
ADMIN
Created by: Kiril Vandov
Comments: 0
Category: RibbonView
Type: Bug Report
0
RibbonWindow Title is displayer on multiple lines when its value is set to a very long string and used on Windows7(Aero).
Unplanned
Last Updated: 03 Jan 2017 21:15 by ADMIN
The minimized content is not closed when you click outside of the ribbon when you have explicitly MouseUp-ed outside of the RibbonView aria.
Unplanned
Last Updated: 03 Jan 2017 21:12 by ADMIN
ADMIN
Created by: Martin Ivanov
Comments: 0
Category: RibbonView
Type: Feature Request
0
 Improve the performance of the keytips functionality.
Unplanned
Last Updated: 03 Jan 2017 21:11 by ADMIN
Unplanned
Last Updated: 03 Jan 2017 21:10 by ADMIN
As a workaround set a Margin="0,0,1,0" to the RadBibbonView in order to have the functionality working in the area of the RadRibbonView.