Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-19139

Like button can't be focused by tabulator

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 15.4-rc-1
    • 13.1
    • None
    • Unknown
    • N/A
    • N/A
    • 2.1.1 Keyboard

    Description

      We faced an a11y issue while BITV examination (german wcag). The like button at bottom of every article can't be accessed by keyboard. We fixed it temporarily with a script:

      try {
        let likeDiv = document.querySelector("#xdocFooter > div.like-container > div");
        likeDiv.setAttribute('tabIndex', '0');
      } catch(e) {
        console.log('Like-Button nicht gefunden')
      }

      Attachments

        Activity

          People

            Lucas C Charpentier Lucas
            Simpel Simpel
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: