The tabindex of 0 is not enough; this means that oftentimes these elements don't take precedence.
In our case a screen reader has to go through the entire homepage before encountering the cookie notice.
See attached patch.
Issue fork eu_cookie_compliance-3422687
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
wotts commentedcant figure out how to patch the correct minified js... :(
Comment #3
wotts commentedRe-opening in hopes that you can up the tabindex and create a new version with also correct minified js.
Comment #4
atowl commentedHi @wotts,
If you modify the libraries file to look like
you can debug/change your tab index, then execute `npm run uglify` to get the minified output.
Or just add your change to the issue fork, and i can take care of the minification
Comment #5
kieran.cottHi @wotts,
Does the MR raised in https://www.drupal.org/project/eu_cookie_compliance/issues/3579992 address this issue, or are you still seeing the same behaviour when you apply the issue patch?