You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when we shift tab from the listbox or menu item back to the button, the overlay stays open. I believe this was by design originally, but in retrospect I think it would probably make more sense if the overlay collapses (and can then easily be opened by SPACEBAR/ENTER again). Let's investigate.
The text was updated successfully, but these errors were encountered:
I think we use 'autoCollapse' in a few other places, typically for when the focus leaves the entire widget. But here, the button is technically still part of the widget.
We might not need to add a configuration option at all. If we feel that menu-button and listbox-button should always collapse when focus moves back to button let's just make that the behavior.
Currently when we shift tab from the listbox or menu item back to the button, the overlay stays open. I believe this was by design originally, but in retrospect I think it would probably make more sense if the overlay collapses (and can then easily be opened by SPACEBAR/ENTER again). Let's investigate.
The text was updated successfully, but these errors were encountered: