Automatically closed - issue fixed for 2 weeks with no activity.
The module-filter search field on the admin/modules
page announces the number of results to screen reader users. However it doesn't handle singular/plural correctly, so when only ONE module is available, it announces "1 modules are available...".
To replicate: install the Standard profile, then search for "tel" while a screen reader is running. The only match is the telephone field module.
Use Drupal.formatPlural()
for the message which is passed to Drupal.announce()
in system.modules.js
system.modules.js
- DONE.No visible changes.
Improves the announcement made to a screenreader user when there is only one result in the filtered module list.
None.
None.
Fixed
10.1 ✨
It affects the ability of people with disabilities or special needs (such as blindness or color-blindness) to use Drupal.
Used to track the progress of issues reviewed by the Drupal Needs Review Queue Initiative.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.