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

Button 'More Actions' has no description

    XMLWordPrintable

Details

    • Bug
    • Resolution: Solved By
    • Major
    • 15.5-rc-1
    • 13.1
    • None
    • Unknown
    • N/A
    • N/A
    • Hide
      4.1.2 Name, Role, Value
      1.3.1 Info and Relationships
      Show
      4.1.2 Name, Role, Value 1.3.1 Info and Relationships

    Description

      We're facing an a11y issue while BITV (german wcag). The button 'More Actions' has no description at all. We fixed it with an aria-label this way:

      // Button "More Actions" needs an aria-label
              try {
                let moreActions_button = document.querySelector("#tmMoreActions > a");
                moreActions_button.setAttribute('aria-label', 'More Actions');
              } catch (e) {
                console.log('Button More Actions not found')
              };

      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: