This issue has been created
 
 
XWiki Platform / cid:jira-generated-image-avatar-81b49ac0-ee81-4c79-83fa-ae65f3732b35 XWIKI-23098 Open

Notification modal has inconsistent tab orders depending on the browser.

 
View issue   ·   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-7b919741-831a-4f53-beb7-ef69dd31c86e Charpentier Lucas created this issue on 11/Apr/25 15:05
 
Summary: Notification modal has inconsistent tab orders depending on the browser.
Issue Type: cid:jira-generated-image-avatar-81b49ac0-ee81-4c79-83fa-ae65f3732b35 Bug
Affects Versions: 17.3.0-rc-1
Assignee: Unassigned
Components: Notifications
Created: 11/Apr/25 15:05
Labels: wcag
Priority: cid:jira-generated-image-static-major-70fa88b6-2cea-4a6e-8fe1-ebcf968835fd Major
Reporter: Charpentier Lucas
Description:

On firefox, things look okay. On chrome, this order is less consistent and can be confusing for keyboard users:

```
In the dialog activated by the button “not set yet” and “followed”, there are a list of three radio buttons. In addition, for each radio button, a tooltip button shows/hides text.
If no radio button is checked, the focus order is the following: radio button 1, tooltip 1, radio button 2, tooltip 2, radio button 3, and tooltip 3.
If a radio button is selected, the focus order changes to: radio button 1, 2 and 3, tooltip 1, 2 and 3. In that situation, there is a disconnection between radio buttons of the same set of radio buttons.
```

quote from a user accessibility audit.