Completed
Last Updated: 19 Mar 2015 14:09 by Felix
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
Completed
Last Updated: 17 May 2016 06:49 by Bill
ADMIN
Created by: Telerik Admin
Comments: 2
Category: RibbonView
Type: Bug Report
11
When the Taskbar is auto-hidden, if the RibbonWindow is maximized, the task bar cannot be displayed.
Completed
Last Updated: 11 Jun 2019 12:40 by ADMIN
Release R2 2019 SP1
We have a RadRibbonWindow.
When it is run on Windows XP (or on Windows 7, "Windows Classic" theme) and the DPI settings are high (above 170 %), the standard window buttons (Minimize, Restore and Close) are not displayed properly (they are cut). Also there is too much space between them.
Completed
Last Updated: 02 Apr 2014 14:00 by ADMIN
Title bar (including the Contextual tab header) goes over the Window (MinMaxClose) Buttons
Completed
Last Updated: 20 Jul 2021 09:42 by ADMIN
Output error in VS:

System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='Telerik.Windows.Controls.RadRibbonView', AncestorLevel='1''. BindingExpression:Path=IsHostedInRibbonWindow; DataItem=null; target element is 'WindowTitle' (Name='WindowTitle'); target property is 'NoTarget' (type 'Object')
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.
Completed
Last Updated: 03 Apr 2014 06:47 by ADMIN
When ribbon is placed on two monitors the minimized popup is misplaced.
Declined
Last Updated: 05 Jan 2015 08:11 by ADMIN
In WPF the WindowsFormsHost control is displayed on top of the Backstage menu

Reason for declining: The WindowsFormsHost element is drawn on top of any Adorner elements. As the RadRibbonBackstage is an Adorner the WindowsFormsHost is drawn on top of it. As a workaround to this framework limitation  you could bind Visibility of the WindowsFormsHost  to the IsBackstageOpen property of the RadRibbonView and collapse/hide it when the backstage is open. You can find more information about the WindowsFormsHost and its features and limitation in this article ( http://msdn.microsoft.com/en-us/library/ms744952.aspx ).
Won't Fix
Last Updated: 25 Oct 2017 16:16 by ADMIN
In a two monitors scenario the ApplicationMenu appears on the left monitor when the RibbonView with negative left margin is hosted in a RibbonWindow which is maximized on the right monitor.

EDIT:
We are closing this issue as the described behavior as expected. When logged first, the negative left margin of RibbonView was not taken into account.
When popup opens and its parent starts on the left monitor, popup calculates that it cannot fit entirely and changes its direction of opening. This expected by the WPF Framework.
When you give negative left margin of the RibbonView, its application button might also goes with 1-2 (or more) pixels on the left monitor. Then popup (the application menu opens in a popup) has no space and changes its opening direction to left.
This is expected and the only reasonable solution would be changing the negative left margin to positive or 0.

Completed
Last Updated: 02 Apr 2014 11:06 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Bug Report
5
The Title of the RadRibbonWindow is not diplayed unless there is a RadRibbonView in the window.
Completed
Last Updated: 03 Apr 2014 06:47 by ADMIN
You can not click the ColorPicker when it is inside a RadRibbonSplitButton.
Declined
Last Updated: 23 Jun 2014 13:34 by ADMIN
When maximized (or when dragged from maximized), RadRibbonWindow ,might not render it's chrome.
Reproducable on Windows 7, 64bit machine.
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.
Completed
Last Updated: 04 Feb 2016 13:34 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Bug Report
4
The BackstageItems are not rendered as expected when the RadRibbonView is hosted in apanel with flow direction set to right to left.
Completed
Last Updated: 11 Jul 2023 11:05 by ADMIN
Release R2 2023
Currently, when the users hover around the window's border, the resizing border is 1 pixel wide. Create the border wider (higher at top and bottom borders).
 
Workaround: Apply right margin to the content inside the window.
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. 
Completed
Last Updated: 31 Jul 2014 12:22 by ADMIN
TreeView or DataGrid, or COmbobox is placed in a dropcontent of a RibbonDropDownButton. Item is selected programmatically before the dropdown is loaded. This leads to null reference exception.
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: 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.
1 2 3 4 5 6