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

Menu Separators not working in default skin

5 Answers 57 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Steve
Top achievements
Rank 1
Steve asked on 28 Feb 2014, 06:56 PM
Hi  -- I just updated to latest release yesterday and this morning I notice that all my menus do not show separator items anymore for the default skin -- I must change to another skin like windows 7 for them to show.

Is it me or is there a problem with latest release?

5 Answers, 1 is accepted

Sort by
0
Dan
Top achievements
Rank 1
answered on 28 Feb 2014, 08:29 PM
I am having the exact same problem using the Metro skin in one case - and a custom skin (based on Metro) in another.

I think this is a bug
0
Ivan Zhekov
Telerik team
answered on 03 Mar 2014, 03:29 PM
Hi, David.

Indeed it's a bug and we've been working on a fix for next week;s internal release and in terms the SP 1.

Regards,
Ivan Zhekov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the UI for ASP.NET AJAX, subscribe to the blog feed now.
0
Steve
Top achievements
Rank 1
answered on 11 Jun 2014, 06:20 PM
Did this ever get fixed? I have latest updates and still broken. Thanks
0
Shinu
Top achievements
Rank 2
answered on 12 Jun 2014, 06:41 AM
Hi Ford,

As a work around please try the below CSS which works fine at my end.

CSS:
.RadMenu_Default .rmSeparator
{
    display: block !important;
}

Thanks,
Shinu.
0
Ivan Zhekov
Telerik team
answered on 17 Jun 2014, 06:48 AM
Hello, David.

Originally the issue was related to heavy cascades within the styles and styles from horizontal menus overflowing in vertical menus and vice versa. However, with Telerik UI no longer supporting IE6 browser, we were able to use restrictive cascades (namely direct descendant selectors) that target only the right separators.

The fix was included in the release build (precursor of 2014 Q2 release), but I am still waiting confirmation when it's going to be deployed. My guess is later today or tomorrow.

In addition to fixing this bug we'll continue to improve RadMenu as it is quite burdened by overflowing selectors.

Regards,
Ivan Zhekov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Menu
Asked by
Steve
Top achievements
Rank 1
Answers by
Dan
Top achievements
Rank 1
Ivan Zhekov
Telerik team
Steve
Top achievements
Rank 1
Shinu
Top achievements
Rank 2
Share this question
or