Unexpected behavior in the header menu
-
When I slide the mouse from the category menu to the middle of the screen, the category remains selected in blue and the links contained in the HTML block for that category are displayed. This behaviour does not always occur; it is somewhat random. I have noticed that it happens if I slide the mouse quickly. I have configured each category block to open ‘on click’.
Attachments:
You must be
logged in to view attached files.
Hello,
Could you please record a short video and describe how we can reproduce the issue on your website so we can check this for you.
Best Regards,
Hello,
I attach a video. I have added an arrow pointing to the status bar where the URLs are displayed, but it is not shown in the video.
Hello,
We have checked your issue, but we do not see it. Here is the video https://monosnap.ai/file/wKL93QmupFWmINKDJvBKRRsY5gHQWo
Best Regards,
Hello.
The problem only occurs when you are logged in. Guest users who are not logged in see a different menu and do not encounter this problem.
I have tried it from a Chromium browser.
Best regards.
Hello,
Please add the following CSS code and check it.
li.wd-event-click:not(.wd-opened) li.wd-event-hover .wd-dropdown.wd-opened {
pointer-events: none !important;
}
Best Regards,
Hello.
I have just tried your solution and it works as expected. The issue has been resolved.
Thank you very much for your assistance.
Best regards.
I see you’ve released a patch. Can I install the patch directly and avoid adding the line to the CSS?