- Status changed to RTBC
almost 2 years ago 3:07pm 17 January 2023 - 🇫🇮Finland lauriii Finland
- Status changed to Needs work
almost 2 years ago 12:13pm 26 January 2023 The last submitted patch, 36: 2923136-36.patch, failed testing. View results →
The uninstall page (admin/modules/uninstall
) has a text filter to make it easy to find a module you are interested in.
When filtering the list, Drupal.announce()
is used to inform screen reader users how many rows are now shown on the page. However, this announcement is always "0 modules are available in the modified list" no matter whether there are matches or not.
The same Drupal.behaviors.tableFilterByText
is used for both the install and uninstall pages, but the page structure is different. It looks like the filter logic only works properly on the install page.
Fix the Drupal.announce() message so the module count is correct.
Investigate the jQuery CSS selectors used by system.modules.es6.js
to see why the counts passed to Drupal.announce() are wrong.
system.modules.es6.js
filter logic so it uses the correct count.Drupal.formatPlural()
for the message text. NOTE: the announcement on the install page doesn't correctly pluralize, so this issue overlaps with
🐛
Use Drupal.formatPlural for when announcing module-filter results for screenreader users
Fixed
.system.module.js
Fixes a bug in a custom screen reader announcement.
None.
None.
Needs work
10.0 ✨
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.
The last submitted patch, 36: 2923136-36.patch, failed testing. View results →