This project is not covered by Drupal’s security advisory policy.

Shows an accessible announcement when a form is auto-submitted and keep focus.

When an element value changes in an auto-submitted form like Views exposed filters, automatically refreshes the results on the page (whether is AJAX or reloading the page). This experience is confusing for a screen reader user and they are not aware any changes have taken place.

Also the element which triggered the auto-submit loose focus (in both AJAX and page reloading cases).

This module solves this accessibility issue by checking the URL of the page being the same, and that the form parameters have changed.
Then alerts the user that the page results have reloaded and changed, announcing what has change (a visually hidden div for screen readers only), and restoring focus.

For the moment it just works with Views exposed filters forms. I wish we could extend it for more use cases in the future.

Project information

  • caution Minimally maintained
    Maintainers monitor issues, but fast responses are not guaranteed.
  • Project categories: Accessibility
  • Created by juanolalla on , updated
  • shield alertThis project is not covered by the security advisory policy.
    Use at your own risk! It may have publicly disclosed vulnerabilities.

Releases