Declined
Last Updated: 17 Mar 2015 12:00 by Jeff
Jeff
Created on: 28 Apr 2014 18:13
Category: Ajax
Type: Bug Report
0
Rad Menu Image Alignment
Using RadAjax controls. Using a RadMenu control and referencing an image for the submenus using the ImageUrl property. Code is in AdminMenu.ascx file.

Running from Visual Studio 2013

In Version 2014.1.403.40 of the dlls, the images do not align properly with the child menu items. Tested this in both Chrome and IE 11 and neither aligns the images properly. Screenshot: MisalignedMenuItemImages.png

In Version 2013.3.1324.40 of the dlls, the images algin properly. Screenshot: ProperlyAlignedMenuImages.png
3 comments
Jeff
Posted on: 17 Mar 2015 12:00
Almost a year to get a response. That is timely!
Elena
Posted on: 17 Mar 2015 07:35
Hello,
We kindly ask you to post your technical questions/problems in the support ticketing system (http://www.telerik.com/account/support-tickets/available-support-list.aspx) as this is the best way to reach our support staff - the support system assigns a response time for all of your questions, depending on your license and ensures that all questions will reach the respective developers, if needed. Alternatively, you can ask the community for help by posting your question in the online forums (http://www.telerik.com/community/forums.aspx). We try to monitor these requests as well, but we cannot guarantee they will be answered properly and in the expected timeframe.
Regards,
Telerik Team
Jeff
Posted on: 28 Apr 2014 18:22
Upon further inspection, there is css in the 2014 version that is the cause.

.RadMenu .rmSlide .rmVertical .rmLeftImage{
position: absolute;
top: 50%;
}

Using Chrome Dev Tools, if I turn off top: 50%, the images align properly.