Prevent reload on filters when the 'Skip to' links are clicked#15233
Merged
Prevent reload on filters when the 'Skip to' links are clicked#15233
Conversation
b5b8e9c to
59b711f
Compare
This was referenced Sep 26, 2025
alecslupu
pushed a commit
to i-need-another-coffee/decidim
that referenced
this pull request
Oct 3, 2025
7 tasks
MariaDascaluPublicis
pushed a commit
to i-need-another-coffee/decidim
that referenced
this pull request
Oct 16, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎩 What? Why?
There's an accessibility problem with the current "Skip to main content", "Skip to results" and "Skip map" links in all the pages with filters. The problem is that the filter is executed again when any of these links is clicked.
This shouldn't happen, as the filters shouldn't change by this action. It is specially painful in meetings#index page, as it has these three links and also there's a map. There's a full explanation about this issue at #11522.
You can check out the reload of the filters through the "Network" tab of your browsers' web developer tools.
📌 Related Issues
Testing
/meetings(or any other view with filters and map)(I also found this same problem with the "Skip to results" link)
📷 Screenshots