-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Navigation block submenus inaccessible on IE #21136
Copy link
Copy link
Closed
Labels
Browser IssuesIssues or PRs that are related to browser specific problemsIssues or PRs that are related to browser specific problems[Block] NavigationAffects the Navigation BlockAffects the Navigation Block[Status] In ProgressTracking issues with work in progressTracking issues with work in progress[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended
Metadata
Metadata
Assignees
Labels
Browser IssuesIssues or PRs that are related to browser specific problemsIssues or PRs that are related to browser specific problems[Block] NavigationAffects the Navigation BlockAffects the Navigation Block[Status] In ProgressTracking issues with work in progressTracking issues with work in progress[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended
Type
Fields
Give feedbackNo fields configured for issues without a type.
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: hiddenthere'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