-
Notifications
You must be signed in to change notification settings - Fork 441
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search filter change reloads page without warning to user #3299
Comments
Good afternoon @tdonohue and @hostle83! My name is Andrea and I'm part of the Neki-it company. We studied this issue and thought of several possibilities to solve the problem. Would the focus be on users who use assistive technologies? Another possibility would be to create an alert or confirmation modal that appears every time the search filter is selected. But this would reflect in a general sense, not just for users who make use of assistive technologies. We would like to contribute to resolving this issue. We look forward to your feedback. |
@Andrea-Guevara : Yes, the focus of this ticket is on users who use assistive technologies. But, it also can be seen as "odd" to any user that the entire page reloads anytime you change a search filter. While I'm not against an So, my preference would be to see if we can just stop reloading the entire page each time a filter is selected/removed. If there's no way to achieve that, we could consider an If you'd still like to claim this, let us know. |
Good afternoon @tdonohue! I've been doing some tests to avoid reloading the search page when clicking on a filter option but I understand that this reload is necessary to update the url and bring the filter results. I think I understood what was done on the date with the “submit” button; the user chooses a date and clicks the button, where the result is brought up without reloading the page. But if the user clicks on the date suggestions offered by DSpace, the reload will still happen. Even with a similar implementation, the accessibility problem would remain. Generally, users who make use of assistive technology use the keyboard to reach their target, in this case the filter. And if they click on any suggestion in the filter, the page will reload without warning. |
@Andrea-Guevara : I see. As noted, if we need to go with an One thing to be aware of here is that we've found other needs for |
Describe the bug
According to WCAG 2 Success Criterion: 3.2.2 On Input (A), users should be warned before a change of context occurs on a site. Currently, any change to a search filter selection reloads content and the page and there is no announcement to a screen reader user (exception: date range filter, this has been updated, see #3094)
See https://www.w3.org/WAI/WCAG21/Understanding/on-input.html for reference.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Either warn the user of the change of context (reload) beforehand, or give the user to activate the change themselves by providing a button or similar functionality
Related work
#3094
The text was updated successfully, but these errors were encountered: