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

More actions can't be focused by tabulator

    XMLWordPrintable

Details

    • Bug
    • Resolution: Solved By
    • Major
    • 15.5-rc-1
    • 13.1
    • None
    • Unknown
    • N/A
    • 2.1.1 Keyboard

    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

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: