Closes #5449: Regression in scroll behavior of AJAX views with exposed filters#5453
Merged
joeparsons merged 1 commit intomainfrom Apr 1, 2026
Merged
Closes #5449: Regression in scroll behavior of AJAX views with exposed filters#5453joeparsons merged 1 commit intomainfrom
joeparsons merged 1 commit intomainfrom
Conversation
joshuasosa
reviewed
Mar 31, 2026
djcelaya
approved these changes
Mar 31, 2026
Contributor
djcelaya
left a comment
There was a problem hiding this comment.
I tested the patch locally and it seems to do the trick! I don't have a strong opinion on where the patch should be housed, however.
Contributor
Views exposed filters no longer seem to visually jump on use in my testing with this patch. |
tadean
approved these changes
Apr 1, 2026
joeparsons
approved these changes
Apr 1, 2026
github-actions bot
pushed a commit
that referenced
this pull request
Apr 1, 2026
This commit contains unresolved conflicts that need manual resolution. Original commit: de26e05
bberndt-uaz
added a commit
that referenced
this pull request
Apr 1, 2026
3 tasks
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.
Description
Adds a patch to temporarily resolve this Drupal core issue:
Specifically, the patch reverts the changes from this Drupal core issue made to ajax.js in 10.6.x and 11.x:
This pull request should also be backported to Quickstart 2.x.
Related issues
How to test
Types of changes
Arizona Quickstart (install profile, custom modules, custom theme)
Drupal core
Drupal contrib projects
Checklist