Tabindex should be higher than 0

Created on 20 February 2024, over 1 year ago

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.

🐛 Bug report
Status

Active

Version

1.24

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @wotts
  • Pipeline finished with Success
    over 1 year ago
    Total: 48s
    #99591
  • Status changed to Closed: won't fix over 1 year ago
  • cant figure out how to patch the correct minified js... :(

  • Status changed to Active over 1 year ago
  • Re-opening in hopes that you can up the tabindex and create a new version with also correct minified js.

  • 🇳🇿New Zealand atowl

    Hi @wotts,

    If you modify the libraries file to look like

    eu_cookie_compliance:
      js:
        js/eu_cookie_compliance.js: { minified: false }
    

    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

Production build 0.71.5 2024