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

[DropdownMenu][ContextMenu] Implement more solid handling of events when mousing up outside or inside #657

Open
benoitgrelard opened this issue May 20, 2021 · 1 comment

Comments

@benoitgrelard
Copy link
Collaborator

benoitgrelard commented May 20, 2021

There are few issues that have happened over time like #656 which we have patched in quick ways but are really rather due to some deeper issues around how the events should be handled internally.

On top of this, there are a few behaviours that we never implemented because we kept the event handling minimal.

Things like:

  • mousing up outside should close the menu (whilst give you enough time on the triggers)
  • mousing up on disabled items should close the menu

More here too: #1214

@benoitgrelard
Copy link
Collaborator Author

We've learnt a lot from building Select and can bring those improvements here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant