This issue has been created
 
 
XWiki Platform / cid:jira-generated-image-avatar-d71aed1e-96d0-41cf-8306-d7a7c376e9da XWIKI-23101 Open

XWiki Notifications alert too often

 
View issue   ·   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-bcaeec09-18b7-4eb1-9fc1-90c9fea66ce1 Charpentier Lucas created this issue on 11/Apr/25 15:21
 
Summary: XWiki Notifications alert too often
Issue Type: cid:jira-generated-image-avatar-d71aed1e-96d0-41cf-8306-d7a7c376e9da Bug
Affects Versions: 17.3.0-rc-1
Assignee: Unassigned
Components: Web - Templates & Resources
Created: 11/Apr/25 15:21
Labels: wcag
Priority: cid:jira-generated-image-static-major-e0a85635-165e-449a-8c1e-49b4b728484c Major
Reporter: Charpentier Lucas
Description:

Here is an example described by a user in the notifications tab of profile edition:

```
When users change the frequency on the combo box list, there is then an alert repeating it is saved (several time) but not say what is saved:
“alert
alert Your settings are being saved...
Saved!
alert Saved!”
```

My guess is that there's an issue with how the XNotifications (https://github.com/xwiki/xwiki-platform/blob/9fb3d668265fdc7e9c8cfc42eea1a7e230e85e46/xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/widgets/notification.js#L87) are read out by screen reader (here NVDA). We want to change it so that it's read out more clearly.