Navigation block submenus inaccessible on IE #21136
Labels
[Block] Navigation
Affects the Navigation Block
Browser Issues
Issues or PRs that are related to browser specific problems
[Status] In Progress
Tracking issues with work in progress
[Type] Bug
An existing feature does not function as intended
Describe the bug
On IE11, Navigation block submenu dropdowns don't open when the parent block is hovered or focused. The focus behaviour is relying on
:focus-within
, which isn't supported on IE, but I'm not sure why the hover functionality also doesn't work.Because the styles for hiding the dropdown use
visibility: hidden
there's also a risk it won't be accessible on screen readers if using IE.To reproduce
Steps to reproduce the behavior:
Expected behavior
Expected submenu to be accessible on IE.
Screenshots
The text was updated successfully, but these errors were encountered: