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
I order to fix #266, we move the tooltip to outside the group header containing position: sticky. This made it so the tooltip content isn't reachable in the keyboard focus tree: links can't be focused, for example.
Steps to Reproduce
use keyboard to focus group label
'tab' again and see that it skips the tooltip selectable content
Expected Behavior
Tooltip content should be reachable via focus tree.
Environment
Host (Browser/Node version), if applicable: [e.g. MS Edge 18, Chrome 69, Node 10 LTS]
OS: [e.g. Windows 7]
Library version: [e.g. 2.0.0]
The text was updated successfully, but these errors were encountered:
Describe the Bug
I order to fix #266, we move the tooltip to outside the group header containing
position: sticky
. This made it so the tooltip content isn't reachable in the keyboard focus tree: links can't be focused, for example.Steps to Reproduce
Expected Behavior
Tooltip content should be reachable via focus tree.
Environment
The text was updated successfully, but these errors were encountered: