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
Emulate the popover being next in the tab order after the target, as it will be once we refactor to native popovers:
Describe the solution you'd like
On target Tab, move focus to the popover overlay part (first focusable)
On Shift + Tab on the next focusable after the popover target, move focus back to the last popover content focusable (can be the overlay part if there are no other focusable children)
On Shift + Tab on the overlay part (first focusable) move focus back to the target
On Tab on the last popover content focusable, move focus to the next focusable after the target
On Tab on the body element before the popover overlay, make the focus skip the overlay
The text was updated successfully, but these errors were encountered:
Describe your motivation
Emulate the popover being next in the tab order after the target, as it will be once we refactor to native popovers:
Describe the solution you'd like
overlay
part (first focusable)overlay
part if there are no other focusable children)overlay
part (first focusable) move focus back to the targetThe text was updated successfully, but these errors were encountered: