Completed
Last Updated: 05 Jun 2014 07:08 by ADMIN
ADMIN
Created by: Nikolay
Comments: 0
Category: RibbonBar
Type: Bug Report
0
If you maximize an mdi child form in a mdi parent, the buttons of the child form appear in the title bar of the parent form, but not in the tabstrip of the RadRibbonBar contained in the parent form.
Completed
Last Updated: 17 Jan 2013 02:25 by ADMIN
If one sets any of the Office 2010 themes to a ribbon bar with radio buttons and runs the project the radio buttons would not work.
Completed
Last Updated: 24 Jun 2014 13:05 by ADMIN
RadRibbonBar, the back stage button in not exposed in style builder.
Completed
Last Updated: 06 Dec 2013 06:02 by ADMIN
To reproduce:
- Change the ApplicationMenuStyle to BackstageView.
- Add some tabs with different content.
- Start the application and change the tabs several times, you will notice that the content is not changed.
Completed
Last Updated: 23 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Martin Vasilev
Comments: 0
Category: RibbonBar
Type: Bug Report
0
In RadPanelBar elements (button, progress bar) TextAlignment property should be synchronized with TextPrimitive.TextAlignmet property.
Completed
Last Updated: 22 Oct 2014 07:20 by ADMIN
Allow small elements, e.g. RadTrackBarElement or RadProgressBarElement, to be added to RadRibbonBar groups at design-time.
Completed
Last Updated: 01 Apr 2010 11:16 by ADMIN
Moving a RibbonTab from one RadRibbonBar to another does not correctly place its content items in the destination Ribbon Bar's content panel.
Completed
Last Updated: 02 Jul 2012 05:57 by ADMIN
In some cases when the ribbon is collapsed and you click on a tab item to display its content in a popup, there is an improper top offset of the content.
Completed
Last Updated: 18 Jul 2012 03:45 by ADMIN
If you set the MaximizeBox and MinimizeBox properties to false in RadRibbonForm with AllowAero = true, the maximize and minimize buttons will still appear.
Completed
Last Updated: 12 Jul 2012 06:11 by ADMIN
When the AllowAero property of RadRibbonForm is true, the ContextualTabGroups placed on the ribbon bar do not support  HTML-like text formatting.
Completed
Last Updated: 16 Jun 2011 06:50 by ADMIN
When a Backstage View is opened for the first time and the Enter key is pressed, null reference exception is thrown.
Completed
Last Updated: 13 Nov 2015 11:41 by ADMIN
When you set padding to the Backstage View and then undo this by pressing Ctrl+Z, the setting is reset, but the control is not updated.
Completed
Last Updated: 23 Apr 2014 12:56 by ADMIN
ADMIN
Created by: Alexander
Comments: 0
Category: RibbonBar
Type: Bug Report
0
RadRibbonForm with RadPageView in Backstage view mode. Unexpected menu for adding items in a RadRibbonBar group appears (quite randomly) while clicking on the RadPageView page items.
Completed
Last Updated: 25 Oct 2011 02:19 by ADMIN
FIX. RadRibbonBar - when a form with the ribbon bar is constantly resized, the application memory is also contactly increased and never released.
Comment: actually the memory leak occurs because of RasStatusStrip
Completed
Last Updated: 04 Nov 2011 06:27 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category: RibbonBar
Type: Bug Report
0
FIX. RadRibbonBar - CommandTabSelected event is fired twice
Completed
Last Updated: 24 Nov 2011 08:08 by ADMIN
FIX. RadRibbonBar - the RightToLeft property of the ribbon itself it not synchronized with the same property of the Popup of the RibbonBarElement
Completed
Last Updated: 24 Nov 2011 09:47 by ADMIN
FIX. RadRibbonBar - the items text disappears on minimize and maximize.
Completed
Last Updated: 06 Mar 2014 14:21 by Jesse Dyck
ADMIN
Created by: Georgi I. Georgiev
Comments: 1
Category: RibbonBar
Type: Bug Report
0
To reproduce: Add a RadRibbonBar, set it to backstage view, add a ribbon tab, run the application autohide the content of the tabs, you will notice that 2 pixels are cut off the BackstageView button
Completed
Last Updated: 07 Mar 2014 09:02 by Jesse Dyck
ADMIN
Created by: Georgi I. Georgiev
Comments: 1
Category: RibbonBar
Type: Bug Report
0
To reproduce: Add a RadRibbonBar, add a ribbon tab with some groups and buttons. Run the application, autohide the content of the tabs, minimize the application, maximize it, open the tab the buttons are overlapping each other.
Completed
Last Updated: 31 Mar 2014 10:22 by ADMIN
To reproduce:

Add a RadRibbonBar and a RibbonTab.
Add a control to the form (for example a textbox).
Subscribe to its LostFocus event and set the tab's visibility to collapsed in the event handler.
When you start the application click the textbox, then click the tab and you will see that the tab will hide but the content will stay visible.