Completed
Last Updated: 15 Jul 2019 10:42 by ADMIN
Release R3 2019 (LIB 2019.2.722)
Created by: GLENN
Comments: 1
Category: RibbonBar
Type: Bug Report
1
Create a RadRibbonForm.
Set the ThemeName to Office2013Light.
There is a double blue border on the left and right of RadRibbonBar.
Completed
Last Updated: 22 Jul 2019 13:28 by ADMIN
Release R3 2019 (LIB 2019.2.729)
Create a RadRibbonForm.
Set the ApplicationMenuStyle of RibbonBar to BackstageView
Run the form and maximize it.
Open BackstageView and you will see that part of the form is drawn outside of the screen.
Completed
Last Updated: 22 Jul 2019 13:17 by ADMIN
Release R3 2019 (LIB 2019.2.729)
Create a RadRibbonForm.
Set the ApplicationMenuStyle of RibbonBar to BackstageView
Run the form and maximize it.
Open BackstageView and then click the Restore button of the form.
You will see that BackstageView bounds are not correct(see attached images).
Unplanned
Last Updated: 03 Oct 2019 07:48 by ADMIN

Please refer to the attached sample project and follow the steps from the gif file. 

You will notice that each time a random group displays only images (no text) when the groups don't fit in the ribbon's width.

Workaround:

        public MDIForm()
        {
            InitializeComponent();
            this.radRibbonBar1.RibbonBarElement.ItemVisiblityStateChanging += this.RibbonBarElement_ItemVisiblityStateChanging;
        }

        private void RibbonBarElement_ItemVisiblityStateChanging(object sender, ItemVisiblityStateChangingEventArgs args)
        {
            if (args.NextVisibilityState == ChunkVisibilityState.NoText)
            {
                args.Cancel = true;
            }
        }

Completed
Last Updated: 06 Dec 2019 14:26 by ADMIN
Release R1 2020 (LIB 2019.3.1209)
Created by: Dominik
Comments: 2
Category: RibbonBar
Type: Feature Request
1
Currently, there is no way to replace the RibbonBarPopup.
Completed
Last Updated: 02 Jun 2022 06:38 by ADMIN
Release R2 2022 SP1

Hi,

please see the attached sample and screen shot.

If application with Ribbon Bar is moved to a high dpi display (or started on a 4K display), two issues happen:

  1. The title bar is not scaled (font) and has an ugly black line
  2. The drop down element font is not scaled (the list itself is correct)

Regards
Martin

Declined
Last Updated: 23 Feb 2021 01:43 by MyeongSeong

By default, the ImagePrimitive in a ribbon button is auto sized. If you want to disable the AutoSize property of the image and specify a specific Size, the AutoSize property gets serialized in the designer, but the Size is not. This leads to missing image after reopening the designer.

After saving the changes and reopening the designer the image is missing since its Size property is not serialized:

 

 

Unplanned
Last Updated: 16 Jun 2021 11:34 by ADMIN
Please refer to the attached gif file illustrating how MS Word works. It would be good to provide a convenient UI for navigating through the tabs when the ribbon is shrunk.
Completed
Last Updated: 20 Oct 2014 11:51 by ADMIN
To reproduce:
  Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
        For index = 1 To 10
            Dim Temp As New RadButtonElement
            Temp.Image = Image.FromFile("C:\Program Files (x86)\Telerik\RadControls for WinForms Q3 2012\Examples\QuickStart\Resources\1RibbonMenuNewMagenta.png")
            Temp.TextImageRelation = TextImageRelation.ImageAboveText
            Temp.ImageAlignment = ContentAlignment.MiddleCenter
            Temp.Text = "Test"
            RadRibbonBarGroup1.Items.Add(Temp)
        Next

        'workaround
        'RadRibbonBar1.RibbonBarElement.ElementTree.ApplyThemeToElement(RadRibbonBar1.RibbonBarElement)
    End Sub
Unplanned
Last Updated: 30 Mar 2016 10:49 by ADMIN
To reproduce:
- Set the Windows theme to Windows 7 Basic
- Start a RadRibbonForm and maximize it

Workaround:

void Form1_Resize(object sender, System.EventArgs e)
{
    if (this.WindowState == FormWindowState.Maximized)
    {
        this.RibbonBar.RibbonBarElement.IconPrimitive.Padding = new Padding(5, 5, 0, 0);
    }
    else
    {
        this.RibbonBar.RibbonBarElement.IconPrimitive.Padding = Padding.Empty;
    }
}
Completed
Last Updated: 06 Jan 2011 03:47 by ADMIN
The drop down of QuickAccessToolBar does not close when its drop down button is clicked while the drop down is opened
Completed
Last Updated: 29 Jul 2010 10:11 by ADMIN
ADMIN
Created by: Stefan
Comments: 0
Category: RibbonBar
Type: Feature Request
1
radRibbonBar1.RibbonBarElement.ApplicationButtonElement.DropDownMenu.FadeAnimationType to be available in properties window.
Completed
Last Updated: 03 May 2011 11:15 by Jesse Dyck
ADMIN
Created by: Stefan
Comments: 1
Category: RibbonBar
Type: Bug Report
1
Once elements are added to RadRibbonBar and the designer is closed and reopened, elements from RadRibbonBar cannot be selected.
Completed
Last Updated: 22 Jun 2012 06:26 by Jesse Dyck
ADMIN
Created by: Stefan
Comments: 1
Category: RibbonBar
Type: Bug Report
1
To reproduce
1. Add a form with ribbon
2. Add one tab
3. Go to Code View
4. Go back to design time and add a group and a button in the group
5. Close design time and reopen it => the items are missing
Completed
Last Updated: 19 Oct 2012 10:12 by ADMIN
Add a RadRibbonForm, set AllowAero = false, save and close the form. Open it again and an exception will be thrown.
Completed
Last Updated: 21 Feb 2012 04:29 by ADMIN
FIX. RadRibbonBar - setting the Font property of the control is not taken into consideration.
Completed
Last Updated: 04 Jan 2013 04:04 by ADMIN
If you add a maximized child form with ControlBox = false or FormBorderStyle = None, the MDI control box of the RadRibbonBar in the MDIParent should not be visible.
Completed
Last Updated: 02 Jun 2014 16:06 by ADMIN
When the Windows taskbar is in auto-hide mode and you maximize a RadRibbonForm, you cannot hover the taskbar to bring it to the screen again.
Completed
Last Updated: 30 Jan 2012 04:38 by ADMIN
Incorrect layout when clearing and adding new items with controls in their Page to the BackstageView at run time.
Completed
Last Updated: 29 Mar 2010 11:05 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: RibbonBar
Type: Bug Report
1
The RadRibbonBar's MDI menu disappears when the control is collapsed to popup and a MDI child is maximized.