Details
-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
13.1
-
Unknown
-
N/A
-
N/A
-
-
2.1.1 Keyboard
Description
We faced an a11y issue while BITV examination (german wcag). The notifications button (#tmNotifications) couldn't be focus by keyboard only. We fixed it temporarily with a script:
// Der Knopf "Benachrichtigungen" oben rechts ist nicht mit Tab anspringbar try { let tmNotifications = document.querySelector("#tmNotifications > a"); tmNotifications.setAttribute('tabIndex', '0'); } catch (e) { console.log('Knopf Benachrichtigungen nicht gefunden') };
Attachments
Issue Links
- duplicates
-
XWIKI-18004 Alert menu cannot be activated with keyboard + hover message not accessible with keyboard
- Closed