We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Native behavior of menu items are that when you immediately click them they show up. In other words on DOWN, not on UP.
Also, they should go away on UP if you hold down the mouse button on the initial click.
So:
CLICKDOWN -> show menu -> CLICKUP -> still showing menu
CLICKDOWN -> show menu -> STILLHOLDING -> CLICKUP -> menu goes away
Try this on many of the system menu items or other popular apps like dropbox or fantastical.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Native behavior of menu items are that when you immediately click them they show up. In other words on DOWN, not on UP.
Also, they should go away on UP if you hold down the mouse button on the initial click.
So:
CLICKDOWN -> show menu -> CLICKUP -> still showing menu
CLICKDOWN -> show menu -> STILLHOLDING -> CLICKUP -> menu goes away
Try this on many of the system menu items or other popular apps like dropbox or fantastical.
The text was updated successfully, but these errors were encountered: