jQWidgets Forums

jQuery UI Widgets Forums General Discussions jqxMenu diagonally choose submenu item

This topic contains 1 reply, has 2 voices, and was last updated by  Martin 6 years, 6 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • jqxMenu diagonally choose submenu item #103095

    fry
    Participant

    I am using jqxMenu to create a horizontal menu that, upon
    clicking an item, it pops down a vertical menu.
    Each of the items on the vertical menu is actually
    a submenu that shows additional menu items when
    you hover over it. It works fine.
    BUT when I over over an item on the first level vertical menu
    and show the 2nd level menu,
    then say that I move my mouse directly toward a low item
    on that 2nd level vertical menu.
    What happens is I cross over the item directly below my
    first level vertical menu item and my 2nd level vertical menu
    disappears, and the 2nd level vertical menu for the below item appears
    and now I can no longer choose the 2nd level vertical item from the first
    2nd level vertical menu.
    What I want is a DELAY in a 2nd level menu that open from closing
    and a delay in the NEXT 2nd level menu from opening so that
    I can choose an item on the first menu that’s open.
    This is the behavior on the Macintosh and its reasonable.
    I have tried using various combinations of
    animationHideDelay: 1000, animationShowDelay: 1000, autoCloseInterval: 1000
    Does any combination of these or other attributes give me reasonable behavior?
    Thanks.

    jqxMenu diagonally choose submenu item #103125

    Martin
    Participant

    Hello fry,

    Unfortunately, I don’t think that this is possible.
    Alternatively, I could suggest you to use clickToOpen: true, instead of opening the menus by hover.

    Best Regards,
    Martin

    jQWidgets Team
    http://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.