jpmorganchase / salt-ds

React UI components built with a focus on accessibility, customization and ease-of-use
https://www.saltdesignsystem.com
Apache License 2.0
132 stars 89 forks source link

Menu Trigger with Tooltip doesn't work #4374

Open origami-z opened 3 weeks ago

origami-z commented 3 weeks ago

Latest version

Description

I encountered an edge case using the Menu component, whereby wrapping the menu trigger button in a tooltip component prevents the button from being clicked.

Steps to reproduce

<MenuTrigger>
    <Tooltip content='More actions'>
        <Button>
            <MicroMenuIcon />
        </Button>
    </Tooltip>
</MenuTrigger>

Expected behavior

Trigger menu and tooltip

Package name(s)

Core (@salt-ds/core)

Package version(s)

1.37.1

Browser

Operating system

Are you a JPMorgan Chase & Co. employee?

Raised by I785938