AllenInstitute / biofile-finder

An open-use web application created for easy access, collaboration, and sharing of datasets through rich metadata search, filter, sort, and direct viewing in common industry applications or in our web-based 3D Volume Viewer.
https://biofile-finder.allencell.org/
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Prevent button from refocusing on menu close #336

Closed aswallace closed 1 week ago

aswallace commented 1 week ago

Description

The tooltip was reappearing on buttons with menus after the menu was closed because the dom was refocusing on the original button. This prevents refocusing on menu close via a FluentUI Callout property

Testing

Tested manually

closes #301

aswallace commented 1 week ago

This also happens for the help menu

Fixed in d7e9e99: Moved the attribute to useButtonMenu so that it applies to any menu that calls it