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: 15 Jun 2020 14:07 by ADMIN
If you open the dropdown of the RadRibbonComboBox using the keytips support and then navigate to an item, and select it using the arrow keys, the selection is wrong. It selects the next item instead of the one highlighted by the keyboard navigation. 
Unplanned
Last Updated: 11 Apr 2023 17:44 by ADMIN
In XP and Windows10, the window goes behind the windows task bar when it is maximized.
The problem manifests itself if we set explicitly the "WindowStyle" property of the RadRibbonWindow.
With its "default" value, the problem do not exists.
It is also reproduced when AllowTransparency = True (it requires WindowStyle = None), which is needed to set a drop shadow effect.
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: 19 Jul 2017 10:23 by ADMIN
ADMIN
Created by: Kiril Vandov
Comments: 2
Category: RibbonView
Type: Bug Report
2
RibbonWindow icon appears clipped when the DPI  is set larger than 100%. Also, the icon separator is offset.
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: 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: 03 Jan 2020 09:54 by ADMIN

1. When the RibbonWindow is maximized the draggable area ends below the WindowTitle

2. In Normal state - the draggable area could be expanded in Material, Fluent and Crystal themes


A possible workaround is to change the WindowCaptionHeight property:

 var parameters = SystemParameters2.Current;
 parameters.GetType().GetProperty("WindowCaptionHeight").SetValue(parameters, SystemParameters2.Current.WindowCaptionHeight + 26, null);


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: 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 20:55 by ADMIN
A  "Cannot access Freezable 'System.Windows.Media.LinearGradientBrush' across threads because it cannot be frozen." exception is thrown when you try to open the window for second time using ATEasy software.
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: 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.
Unplanned
Last Updated: 06 Dec 2017 12:59 by ADMIN
Unplanned
Last Updated: 12 Sep 2018 11:13 by ADMIN
Unplanned
Last Updated: 06 Aug 2020 08:56 by ADMIN
A flickering of the popup can be observed when the RadRibbonView is minimized and the selected tab is changed quickly. 
1 2