Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 293242

In the mobile version of navigation the close button is not accessible by the keyboard

$
0
0

Problem/Motivation

When narrowing down the browser window so the navigation switches to the mobile version the X button is excluded from the tabindex and not reachable by the keyboard. But on the desktop you not only reach the mobile version by narrowing down the window width but also if you zoom into your browser window. So they close button not accessible to the keyboard is relevant for desktop users as well.

Steps to reproduce

  • Either narrow down the window width or zoom into your browser window until the navigation switches to the mobile version

Proposed resolution

remove the tabindex=-1 and maybe also add the option to collapse the navigation in the mobile version by pressing the ESC button

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet


Viewing all articles
Browse latest Browse all 293242

Trending Articles