This is a migrated thread and some comments may be shown as answers.

Scroll bar in menu after update 2013.3.1119

1 Answer 71 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Robert
Top achievements
Rank 1
Robert asked on 26 Nov 2013, 05:41 PM
Hi,

This is probably a very easy answer but after the update to 2013.3.1119 the menu is rendering a horizontal and vertical scroll bar on each child menu item and the width of the child menu is locked to the top menu item. All the top menu items looks fine. If the child menu has an inner child menu item the menu also rendered correctly. We are stuck on IE8 at the moment. Any ideas how this can be corrected?

Rob 

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 27 Nov 2013, 11:34 AM
Hi Rob,

The observed issue is a side effect of an enhancement we made, and is specific to obsolete IE versions only. Sorry about the inconvenience.

The problem has been recently fixed. You can either use the next internal build, once it becomes available (probably today), or add the following CSS rule as a workaround:

.k-ie .k-menu .k-group
{
   overflow: visible !important;
}


Regards,
Dimo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Menu
Asked by
Robert
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or