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): virtual-scroll flickers in zoneless mode #29173

Closed
wants to merge 1 commit into from
Closed

fix(cdk/scrolling): virtual-scroll flickers in zoneless mode #29173

wants to merge 1 commit into from

Conversation

OonihiloO
Copy link

@OonihiloO OonihiloO commented Jun 3, 2024

When provideExperimentalZonelessChangeDetection is enabled,
virtual-scroll-viewport flickers during scroll because the transform operation becomes visible.
This fix uses AfterRenderPhase to ensure this operation stays invisible,
despite provideExperimentalZonelessChangeDetection being used or not.

Fixes #29174

When provideExperimentalZonelessChangeDetection is enabled,
virtual-scroll-viewport flickers during scroll because the transform operation becomes visible.
This fix uses AfterRenderPhase to ensure this operation stays invisible,
despite provideExperimentalZonelessChangeDetection being used or not.

Fixes #1234
Copy link

google-cla bot commented Jun 3, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@OonihiloO OonihiloO closed this Jun 3, 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 Jul 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug(cdk/scrolling): virtual-scroll flickers during scroll in zoneless mode
1 participant