Site logo

Archived topic

Secondary Menu Dropdown Stuck Open On Page Load

4 replies · Started by Garrett on April 3, 2018

Viewing posts 1–5 of 5

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!

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

What browser are you using?

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.

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.

This archived topic is closed to new replies.