Skip to content
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

fix(cdk/scrolling): fix virtual scrolling jankiness with run coalescing #28846

Merged
merged 2 commits into from Apr 10, 2024

Conversation

mmalerba
Copy link
Contributor

@mmalerba mmalerba commented Apr 8, 2024

This fixes an issue with the virtual scroll when run coalescing is
turned on which caused the virtual scroll viewport to incorrectly
determine when items has been rendered.

@mmalerba mmalerba added the target: major This PR is targeted for the next major release label Apr 8, 2024
@mmalerba mmalerba requested a review from atscott April 8, 2024 20:42
@atscott
Copy link
Contributor

atscott commented Apr 8, 2024

nit: can we update the commit message to make it indicate this is not a zoneless-only issue since we can reproduce the problems with zones and run coalescing?

This fixes an issue with the virtual scroll when run coalescing is
turned on which caused the virtual scroll viewport to incorrectly
determine when items has been rendered.

Co-authored-by: Andrew Scott <atscott@google.com>
@mmalerba mmalerba changed the title fix(cdk/scrolling): fix virtual scrolling jankiness in zoneless fix(cdk/scrolling): fix virtual scrolling jankiness with run coalescing Apr 8, 2024
@angular-robot angular-robot bot requested a review from atscott April 9, 2024 23:39
@mmalerba mmalerba marked this pull request as ready for review April 10, 2024 00:04
@devversion devversion removed their request for review April 10, 2024 10:14
@mmalerba mmalerba added the action: merge The PR is ready for merge by the caretaker label Apr 10, 2024
@mmalerba mmalerba merged commit d91d0d4 into angular:main Apr 10, 2024
25 of 27 checks passed
mmalerba added a commit to mmalerba/components that referenced this pull request Apr 17, 2024
…coalescing (angular#28846)"

This reverts commit d91d0d4.

This broke an app in g3, reverting while we investigate
crisbeto pushed a commit that referenced this pull request Apr 17, 2024
…coalescing (#28846)" (#28890)

This reverts commit d91d0d4.

This broke an app in g3, reverting while we investigate
mmalerba added a commit to mmalerba/components that referenced this pull request Apr 25, 2024
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators May 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker target: major This PR is targeted for the next major release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants