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
{{ message }}
This repository was archived by the owner on Oct 19, 2021. It is now read-only.
* fix(Modal): add keyboard trap
Adds a keyboard trap to fix issue #874
* fix(Modal): focus on modal itself when focus leaves
Fixes the modal keyboard trap to be consistent with vanilla behavior.
* fix(Modal): provide workaround for keyboard trap and floating menus
Makes it possible to escape keyboard trap in modals when using floating menus
* fix(OverflowMenu): focus on menu after closed
This sends focus back to the overflow menu item after the menu gets closed. This
is important for floating overflow menus in modals.
* fix(OverflowMenu): get rid of redundant code
* fix(Modal): improve support for floating menus in keyboard trap
Made algorithm to check for floating menus check parents as well and
made the list of floating menu selectors consistent with vanilla.
0 commit comments