[Support request] Secondary Menu Dropdown Stuck Open On Page Load

Home Forums Support [Support request] Secondary Menu Dropdown Stuck Open On Page Load

Home Forums Support Secondary Menu Dropdown Stuck Open On Page Load

  • This topic has 4 replies, 2 voices, and was last updated 6 years ago by Tom.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #539860
    Garrett

    On page load my secondary menu – one dropdown will load open (just one of the ul submenus that may be hovered over while the page is loading) – in css it loooks to be stuck on:

    .dropdown-hover .secondary-navigation:not(.toggled) ul li.sfHover>ul,
    .dropdown-hover .secondary-navigation:not(.toggled) ul li.hover>ul {
    left:auto;
    opacity: 1;
    transition-delay: 150ms;
    pointer-events: auto;
    height: auto;
    overflow: visible;
    }

    Happens about 40% of the time.
    I appreciate your feedback and hope there is a solution to this!

    #540503
    Tom
    Lead Developer
    Lead Developer

    Hmm, I can’t get this to happen at all.

    What browser are you using?

    #541834
    Garrett

    Chrome and Safari. Seems to be happening if you happen to hover over a menu and dropdown is initiated on while the page is still loading.

    #541835
    Garrett

    Maybe it’s more when you are transitioning from one menu li to another while the page loads and the dropdown is toggling. Anyhow I just tested it out and it got it to get stuck open. Doesn’t happen everytime, but it’s happening on Chrome on my end and for my client.

    #542213
    Tom
    Lead Developer
    Lead Developer
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.