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

More actions can't be focused by tabulator

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Unresolved
    • Major
    • None
    • 13.1
    • None
    • Unknown

    Description

      We faced an a11y issue while BITV examination (german wcag). The button "more actions" can't be accessed by keyboard. We temporarily fixed it with a script:

       

      // Der Knopf "Weitere Aktionen" im Artikel ist nicht mit Tab anspringbar
      try {
        let moreActions_button = document.querySelector("#tmMoreActions > a");
        moreActions_button.setAttribute('tabIndex', '0');
        } catch (e) {
        console.log('Knopf Weitere Aktionen nicht gefunden')
      };

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            Simpel Simpel
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: