Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
55
WebDataMenu and IE 9
posted

I am using IE 9 and the newest version of the Net Advantage Suite (Infragistics2.Web.v10.3, Version=10.3.20103.1013). When hovering over the menu items sometimes, the sub-items will stay IN FOCUS after HOVER OUT.  Or in other words, when the mouse enters focus on a menu item the menu expands, when the mouse exits the menu item - it remains opened.

Very discouraged here seeing the ONLY reason to upgrade the controls was for IE 9 and FireFox 4 support and it still doesn't support these browsers properly!

Very simple:

            <ig:WebDataMenu ID="menuMain" runat="server" StyleSetName="Nautilus" GroupSettings-Orientation="Horizontal" EnableScrolling="false"
             ActivateOnHover="true" ItemSettings-HoverCssClass="test" BackColor="green">

 

On code behind, I add elements to the menu as so:

DataMenuItem newItem = GenerateMenuItem(Text, ImageUrl, TargetUrl);

parent.Items.Add(newItem);

 

Help please.

  • 3726
    posted

    Hi there,

    I would advise you to upgrade to latest 10.3 service release version which is 10.3.20103.2134. We have fixed many issues after build 1013. Also in 10.3. menu received a major upgrade and we fixed a lost of performance problems and we added a scrolling feature. Let me know if this issues still persists after upgrade. Please contact developer support if you do not know how to obtain the latest service release.