- π¨π¦Canada mgifford Ottawa, Ontario
The Views listing page (admin/structure/views
offers a text input to filter Views by name or description. When entering text, the list of views changes dynamically. The change is easily noted visually, but is not conveyed to users with screen readers.
Use Drupal.announce()
to convey a short message about the number of views now present in the filtered list.
We already do this with the module filter on the admin/modules
page - see system.modules.js
.
A difference with the Views listing is that there are actually TWO listings on the page: enabled and disabled views. So it may be worth announcing the count for each listing.
Drupal.formatPlural()
)div#drupal-live-announce
with JavascriptTestBase.None expected.
None expected.
Needs work
9.5
Last updated
It affects the ability of people with disabilities or special needs (such as blindness or color-blindness) to use Drupal.
The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.