palantir/blueprint
Ver no GitHubUnable to access focusable elements inside a Popover2 with HOVER interactionKind
Open
#5.851 aberto em 17 de jan. de 2023
Domain: accessibilityP2Package: popover2Type: enhancementhelp wanted
Métricas do repositório
- Stars
- (20.263 stars)
- Métricas de merge de PR
- (Mesclagem média 43d 10h) (27 fundiu PRs em 30d)
Description
Code Sandbox
"Hover" button in "Interactions" example
Steps to reproduce
Tab to open hover button
Actual behavior
Unable to access menu items with keyboard navigation
Expected behavior
Should be able to tab to menu items without popover closing, or otherwise able to access menu items with keyboard navigation
Possible solution
Is the user expected to implement custom open control if accessibility is required? It would be nice to get this out of the box!
Note that CLICK interactionKind works as expected, perhaps if TAB key opens the popover it acts more like how the click action currently works.