OfficeDev / microsoft-teams-ui-component-library

Component library enhanced experiences styled for use in Microsoft Teams custom applications.
MIT License
127 stars 30 forks source link

Actions menu does not close when an action is clicked #77

Open thure opened 3 years ago

thure commented 3 years ago

Reproduction

Open the actions menu for a row item in List or Table, then click on an action.

Expected Behavior

The actions menu should close.

Actual Behavior

The actions menu does not close.

thure commented 2 years ago

This may have something to do with microsoft/fluentui#14022.

thure commented 2 years ago

If that issue went unresolved because it was already fixed (who knows), this bug might be resolved by upgrading the peer react-northstar version…

…however newer versions cause a bug in this project where icons don't display due to having zero inherent height/width. This may be because this project applies styles that are no longer relevant.

thure commented 2 years ago

This bug also exhibits when the user tabs away from the menu.