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

Incomplete Selection when Hovering Over an Item

1 Answer 43 Views
Menu
This is a migrated thread and some comments may be shown as answers.
SorinC
Top achievements
Rank 1
SorinC asked on 11 Oct 2013, 02:00 PM
Hello,

We have a three-level menu using RadMenu v2013.2.717:

<telerik:RadMenu BorderStyle="None" ExpandMode="ClientSide" Flow="Vertical"
         ID="mnuWhiteButton" runat="server" Skin="Default"
         EnableScreenBoundaryDetection="true" AutoScrollMinimumHeight="500"
         EnableAutoScroll="true" Width="18em">
    <Items>
        <telerik:RadMenuItem Text="Webcasts">
        </telerik:RadMenuItem>
        <telerik:RadMenuItem Text="Periodicals">
        </telerik:RadMenuItem>
        <telerik:RadMenuItem Text="Research Packages">
        </telerik:RadMenuItem>
        <telerik:RadMenuItem Text="Top 15 Lists">
        </telerik:RadMenuItem>
    </Items>
</telerik:RadMenu>

Levels two and three are created from code.
The skin is specified via web.config as being Windows7:

<appSettings>
    [...]
    <add key="Telerik.Skin" value="Windows7" />
</appSettings>

In IE8 and Chrome, when hovering the mouse over an item on level one, only a part of the item is selected, instead of the entire item. This applies to skins Windows7, Outlook, Office2010Blue and Silver, Office2007 to name a few, but not to Default, Metro, Silk, etc.
Also, the selection is fine in levels two and three of the menu.

We would prefer to use the Windows7 skin -- is there a way to fix the issue in this skin?

Thank you.

1 Answer, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 16 Oct 2013, 08:46 AM
Hello SorinC,

Please check if there are any custom styles that you apply to your application that might be causing the look that you are currently experiencing. Try to exclude them and check on the appearance of the control. If this does not help I would like to ask you to provide a live url that I can inspect from my side and inspect what might be causing the issue. 

Regards,
Kate
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 RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Menu
Asked by
SorinC
Top achievements
Rank 1
Answers by
Kate
Telerik team
Share this question
or