-
Notifications
You must be signed in to change notification settings - Fork 26k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Toggle menu issue on minimal mistakes website #1987
Comments
The menu doesn't currently close when clicking outside of the drop down nav. There was an old issue to build this feature in. I don't have a fix for it, but if someone wants to take it, have at it. There's some weirdness with the click event that when you move the pointer off the toggle button it closes the dropdown after x amount of time.... but not always. I have no idea what's going on which is why I haven't fixed it. |
Also seems to only happen in Chrome. |
This issue has been automatically marked as stale because it has not had recent activity. If this is a bug and you can still reproduce this error on the If this is a feature request, please consider whether it can be accomplished in another way. If it cannot, please elaborate on why it is core to this project and why you feel more than 80% of users would find this beneficial. This issue will automatically be closed in 7 days if no further activity occurs. Thank you for all your contributions. |
Chrome has some kind of assist behavior to close popovers triggered when clicking outside the popover region. I noticed it while creating a popover toolbar. Rather than trying to delegate and capture all click events at the |
This issue has been automatically marked as stale because it has not had recent activity. If this is a bug and you can still reproduce this error on the If this is a feature request, please consider whether it can be accomplished in another way. If it cannot, please elaborate on why it is core to this project and why you feel more than 80% of users would find this beneficial. This issue will automatically be closed in 7 days if no further activity occurs. Thank you for all your contributions. |
Environment
On minimal mistakes website
Expected behavior
The toggle menu should close
Steps to reproduce the behavior
Click few times on hamburger icon (I managed to catch the bug on fourth click),
I have checked on this particular page -
https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/
The text was updated successfully, but these errors were encountered: