Completed
Last Updated: 04 Feb 2016 13:35 by ADMIN
The ScreenTip of the RadRibbonView throws an exception when added to a dynamically created element
Completed
Last Updated: 03 Dec 2013 10:17 by ADMIN
ADMIN
Created by: Kiril Vandov
Comments: 0
Category: RibbonView
Type: Bug Report
1
The MinimizeButton of the RadRibbonView have mismatched states(When the ribbon is collapsed the arrow should be pointing Up, and when the ribbon is collapsed should be pointing Down) not the other way around
Completed
Last Updated: 03 Dec 2013 10:17 by ADMIN
If a RibbonView with Backstage menu is hosted in a RibbonWindow and the window's MinWidth and MinHeight properties are applied, when the Backstage is opened the size restrictions are no longer respected.
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.
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
ApplicationName is  off center when TabStripAdditionalContent contains an element with long text/content
Declined
Last Updated: 16 Aug 2021 14:17 by ADMIN
Add thin border in the RadRibbonWindow between the Tittle and RibbonView.

We want the look of the window to be identical to how a non-implicit RadRibbonWindow would look (i.e., without the Themes directory with the style XAML files). Alternatively, if the title bar is taller and the borders are as thick as a normal window (e.g. Notepad), that is acceptable too.
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: 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: 03 Apr 2014 06:47 by ADMIN
You can not click the ColorPicker when it is inside a RadRibbonSplitButton.
Completed
Last Updated: 02 Apr 2014 11:41 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Bug Report
3
The title of the RadRibbonWindow can't be trimmed when resizing the window. Even the window's buttons are overlapped
Declined
Last Updated: 13 Jan 2015 17:01 by Alfredo
Expose a property to control the Visibility of the RibbonWindow icon separator

Declined: The Icon separator could removed once the Windows is loaded, like follows: void MainWindow_Loaded(object sender, RoutedEventArgs e) { var iconPanel = this.ChildrenOfType<FrameworkElement>().Where(x => x.Name == "IconPanel").FirstOrDefault() as StackPanel; if (iconPanel != null) { var border = iconPanel.ChildrenOfType<Border>().FirstOrDefault(); if (border != null) { border.Visibility = System.Windows.Visibility.Collapsed; } } }
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 ).
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.
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
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.
Completed
Last Updated: 02 Apr 2014 13:59 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonView
Type: Feature Request
3
When the window is resized, the Title should transform to Shorter Text + "...." like in MS Officce (Word, Excell, etc.)
Completed
Last Updated: 02 Apr 2014 14:00 by ADMIN
Title bar (including the Contextual tab header) goes over the Window (MinMaxClose) Buttons
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.