Open lifehackerhansol opened 1 year ago
@lifehackerhansol this PR will resolve the issue once @mmistakes gets around to integrating it.
Meanwhile, see the video & code snippet in the PR for an easy front-end fix that will accomplish the same thing without altering plugin code.
What happened?
While below is our site configuration, I have explicitly disabled the portion of the code that causes this issue as a stopgap solution. But this is reproducible even on the documentation site, so I find that a non-issue (and I don't know how the doc site is built, so I can't fill it out for that.)
Expected behavior
Upon timeout of the navigation dropdown, the page should un-fade, and be visible as usual.
Actual behaviour
This behaviour is reproducible on the documentation site as well.
In the event that one opens the navigation bar dropdown menu, let the mouse leave, and wait for the timeout as specified in the greedy navigation JavaScript, the dropdown will disappear as expected, but the background fade will not.
Clicking anywhere else on the page will remove the fade, but the dropdown menu appears again with no fade, and the behaviour persists this way until letting the menu timeout again.
Steps to reproduce the behavior
Other
No response