primitives icon indicating copy to clipboard operation
primitives copied to clipboard

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

Open benoitgrelard opened this issue 3 years ago • 1 comments

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 avatar May 20 '21 11:05 benoitgrelard

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

benoitgrelard avatar Apr 05 '22 11:04 benoitgrelard