Completed
Last Updated: 10 Apr 2019 15:26 by ADMIN
Aaron Main
Created on: 01 Apr 2019 13:05
Category: UI for ASP.NET AJAX
Type: Bug Report
0
Ribbon bar drop down menus cut off when toolbar mode set to anything other than RibbonBar
When the ribbon bar is set to RibbonBarFloating, RibbonBarPageTop or RibbonBarShowOnFocus the menus cut off so you can't access menu items that would be displayed below bounds of the ribbon bar.

You can see this happening at:

https://demos.telerik.com/aspnet-ajax/controls/examples/integration/ribbonbarandeditor/defaultcs.aspx?product=editor

I have also supplied a snip of the issue.
3 comments
ADMIN
Rumen
Posted on: 10 Apr 2019 15:26
Hi everyone,

The problem is fixed in Latest Internal Build 2019.1.409. Please download it from https://www.telerik.com/account/product-download?product=RCAJAX.

Please give it a try and let us know how it works.

Regards,
Rumen
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
ADMIN
Rumen
Posted on: 01 Apr 2019 14:19
Just an update: The problem will be fixed in R2 2019.

Regards,
Rumen
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
ADMIN
Rumen
Posted on: 01 Apr 2019 13:07
Hi Aaron,

Thank you for reporting this UI issue!

We will do our best to solve it in the next official version R2 2019.
Until than to fix the problem in the current version please apply the following CSS class:

<style>
    .rwContent.RadEditor {
        overflow: visible !important;
    }
</style>

We do appreciate your bug report and I updated your Telerik points.

Regards,
Rumen
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.