Skip to content
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

Context menu clicks are sometimes ignored #32

Open
beyluta opened this issue Mar 14, 2023 · 1 comment
Open

Context menu clicks are sometimes ignored #32

beyluta opened this issue Mar 14, 2023 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@beyluta
Copy link
Owner

beyluta commented Mar 14, 2023

The issue

Sometimes when some item in the context menu is clicked, the click does not register and the context menu stays open.
Below is an example. I am attempting to click on "Toggle always on top", but it failed to register my clicks three times in a row.

click-bug

@beyluta beyluta added bug Something isn't working good first issue Good for newcomers labels Mar 14, 2023
@beyluta
Copy link
Owner Author

beyluta commented Mar 15, 2023

After investigating, I concluded that: this happens because the events of UserActivityHook block the main thread when an event is detected.

@beyluta beyluta added help wanted Extra attention is needed and removed good first issue Good for newcomers labels Jun 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant